-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
60 lines (60 loc) · 1.93 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
{
"private": true,
"browserslist": [
"> 1%",
"last 2 versions"
],
"devDependencies": {
"autoprefixer": "7.1.6",
"axios": "^0.19.0",
"babel-core": "6.26.0",
"babel-loader": "7.1.2",
"babel-preset-env": "1.7.0",
"babel-preset-react": "^6.24.1",
"browser-sync": "2.26.5",
"browser-sync-webpack-plugin": "2.2.2",
"css-loader": "0.28.7",
"cssnano": "4.1.7",
"es6-promise": "4.1.1",
"eslint": "5.7.0",
"eslint-config-airbnb-base": "13.1.0",
"eslint-config-prettier": "3.3.0",
"eslint-loader": "2.1.0",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-prettier": "3.0.0",
"eslint-plugin-react": "^7.14.3",
"flickity": "^2.1.1",
"jquery": "^3.3.1",
"jquery-ui": "^1.12.1",
"node-sass": "4.5.3",
"normalize-scss": "7.0.1",
"postcss-loader": "2.0.8",
"prettier": "1.15.2",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-hot-loader": "^3.1.3",
"sass-loader": "6.0.6",
"sticky-js": "^1.2.0",
"style-loader": "0.19.0",
"stylelint": "8.2.0",
"stylelint-config-prettier": "5.0.0",
"stylelint-config-standard": "17.0.0",
"stylelint-selector-bem-pattern": "2.0.0",
"stylelint-webpack-plugin": "0.9.0",
"taggle": "^1.13.0",
"url-loader": "1.1.2",
"webpack": "3.8.1"
},
"scripts": {
"eslint": "eslint",
"prettier": "prettier",
"stylelint-check": "stylelint-config-prettier-check",
"start": "webpack --config webpack.config.js --config-name 'development' --watch",
"production": "webpack -p --config webpack.config.js --config-name 'production'"
},
"dependencies": {
"@babel/polyfill": "^7.4.4",
"extract-text-webpack-plugin": "3.0.1",
"webpack-notifier": "1.7.0"
}
}