-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.47 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "code-talk-requests-frontend",
"version": "1.0.0",
"description": "Rails/JS project for Flatiron School",
"private": "true",
"main": "entry.js",
"scripts": {
"start": "webpack serve",
"build": "webpack",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/meg-gutshall/code-talk-requests-frontend.git"
},
"keywords": [],
"author": "Meg Gutshall",
"license": "ISC",
"bugs": {
"url": "https://github.com/meg-gutshall/code-talk-requests-frontend/issues"
},
"homepage": "https://github.com/meg-gutshall/code-talk-requests-frontend#readme",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.3",
"bootstrap": "^5.0.0",
"jquery": "^3.6.0",
"popper.js": "^1.16.1"
},
"devDependencies": {
"@babel/core": "^7.14.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.2.2",
"chokidar": "^3.5.1",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^5.2.4",
"dotenv-webpack": "^8.1.0",
"file-loader": "^6.2.0",
"follow-redirects": ">=1.15.6",
"html-webpack-plugin": "^4.5.2",
"lodash": "^4.17.21",
"node-forge": ">=1.3.0",
"postcss": "^8.4.31",
"resolve-url-loader": "^4.0.0-alpha.3",
"sass": "^1.32.12",
"sass-loader": "^10.2.0",
"style-loader": "^1.3.0",
"webpack": "^5.94.0",
"webpack-cli": "^4.7.0",
"webpack-dev-server": "^4.3.1",
"webpack-manifest-plugin": "^5.0.0"
}
}