-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.03 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
{
"name": "school-tools",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo test",
"clean": "rm -r dist/*",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules",
"dev": "cross-env NODE_ENV=development webpack-dev-server"
},
"author": "Andrew Briz",
"license": "MIT",
"devDependencies": {
"autoprefixer": "^6.4.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babel-register": "^6.26.0",
"copy-webpack-plugin": "^4.3.1",
"cross-env": "^5.1.0",
"css-loader": "^0.28.9",
"cssnano": "^3.8.1",
"eslint": "^4.4.1",
"eslint-config-airbnb-base": "^11.3.1",
"eslint-plugin-import": "^2.7.0",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.6",
"postcss-loader": "^2.0.10",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.11.1"
},
"dependencies": {
"leaflet": "^1.3.1",
"normalize.css": "^4.2.0"
}
}