-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
48 lines (48 loc) · 1.4 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
{
"name": "wagtailspace",
"version": "1.0.0",
"main": "index.js",
"repository": "[email protected]:fourdigits/wagtailspace.git",
"author": "Four Digits <[email protected]>",
"dependencies": {
"aos": "^2.2.0",
"bootstrap": "4.0.0-alpha.6",
"exports-loader": "^0.6.4",
"jquery": "^3.2.1",
"object-assign": "^4.1.1"
},
"devDependencies": {
"autoprefixer": "7.1.6",
"babel-core": "6.26.0",
"babel-eslint": "8.0.2",
"babel-loader": "7.1.2",
"babel-polyfill": "6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-0": "6.24.1",
"babel-runtime": "6.26.0",
"clean-webpack-plugin": "0.1.17",
"copy-webpack-plugin": "4.2.3",
"eslint": "4.12.0",
"eslint-config-airbnb": "16.1.0",
"eslint-loader": "1.9.0",
"eslint-plugin-import": "2.8.0",
"eslint-plugin-jsx-a11y": "6.0.2",
"eslint-plugin-react": "7.4.0",
"extract-text-webpack-plugin": "3.0.2",
"html-webpack-plugin": "2.30.1",
"node-sass": "4.7.2",
"postcss": "6.0.14",
"postcss-loader": "2.0.9",
"sass-loader": "6.0.6",
"style-loader": "0.19.0",
"uglify-es": "3.2.0",
"uglifyjs-webpack-plugin": "1.1.1",
"webpack": "3.8.1",
"webpack-bundle-tracker": "0.2.0",
"webpack-dev-server": "2.9.4"
},
"scripts": {
"start": "webpack --watch --config webpack.config.dev.js",
"build": "webpack -p --config webpack.config.prd.js"
}
}