-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.38 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
{
"name": "julie_front_starter",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack.config.js --env.NODE_ENV=production;"
},
"repository": {
"type": "git",
"url": "git+https://github.com/julienemo/thp_next_16.git"
},
"author": "Julie Kwok",
"license": "MIT",
"bugs": {
"url": "https://github.com/julienemo/thp_next_16/issues"
},
"homepage": "https://github.com/julienemo/thp_next_16#readme",
"devDependencies": {
"dotenv-webpack": "^1.7.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^2.5.1"
},
"dependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"async": "^3.2.0",
"axios": "^0.19.2",
"babel-loader": "^8.1.0",
"bootstrap": "^4.4.1",
"css-loader": "^3.5.3",
"debug": "^4.1.1",
"file-loader": "^6.0.0",
"jquery": "^3.5.0",
"lodash": "^4.17.15",
"mini-css-extract-plugin": "^0.9.0",
"moment": "^2.24.0",
"popper.js": "^1.16.1",
"postcss-loader": "^3.0.0",
"sass": "^1.26.5",
"sass-loader": "^8.0.2",
"uuid": "^7.0.3",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
}
}