-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.87 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
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "cronofobia",
"version": "1.0.0",
"description": "zines",
"main": "index.html",
"author": "Angelo Dias",
"license": "MIT",
"private": true,
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"clean-webpack-plugin": "^0.1.17",
"copy-webpack-plugin": "^4.3.1",
"css-hot-loader": "^1.3.9",
"css-loader": "^0.28.8",
"css-mqpacker": "^6.0.2",
"cssnano": "^3.10.0",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-loader": "^2.0.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.4.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^1.1.6",
"html-webpack-plugin": "^3.2.0",
"html-webpack-template-pug": "^1.1.1",
"jsonminify": "^0.4.1",
"mini-css-extract-plugin": "^0.4.0",
"postcss": "^6.0.22",
"postcss-import": "^11.1.0",
"postcss-loader": "^2.1.5",
"postcss-preset-env": "^5.1.0",
"postcss-pxtorem": "^4.0.1",
"pug": "^3.0.1",
"pug-html-loader": "^1.1.5",
"pug-loader": "^2.4.0",
"react-hot-loader": "^3.1.3",
"redbox-react": "^1.5.0",
"style-loader": "^0.21.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"webpack": "^4.12.0",
"webpack-cli": "^3.0.8",
"webpack-dev-server": "^3.1.4",
"xmldom": "^0.5.0"
},
"scripts": {
"build": "webpack -p --config ./webpack/webpack.config.prod.js",
"serve": "webpack-dev-server --color --hot --config ./webpack/webpack.config.dev.js"
},
"dependencies": {
"axios": "^0.21.1",
"jsonp": "^0.2.1",
"prop-types": "^15.6.1",
"qs": "^6.5.2",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"uuid": "^3.3.2"
}
}