-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.65 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
{
"name": "front",
"version": "1.0.0",
"description": "POC frameworkless",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"serve": "webpack-dev-server --config webpack.dev.js",
"build": "webpack --config webpack.prod.js --verbose"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@material/button": "^0.39.3",
"@material/drawer": "^0.39.3",
"@material/list": "^0.39.3",
"@material/ripple": "^0.39.3",
"@material/snackbar": "^0.39.1",
"@material/textfield": "^0.39.3",
"@material/toolbar": "^0.39.3",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2016": "^6.24.1",
"clean-webpack-plugin": "^0.1.19",
"css-loader": "^1.0.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^2.0.0",
"glob": "^7.1.2",
"gulp-babel": "^7.0.1",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"lodash-es": "^4.17.10",
"navigo": "^7.1.2",
"node-nightly": "^1.7.3",
"node-sass": "^4.9.3",
"resolve-url-loader": "^3.0.0",
"sass-loader": "^7.0.3",
"style-loader": "^0.23.0",
"to-string-loader": "^1.1.5",
"url-loader": "^1.0.1",
"webpack": "^4.12.0",
"webpack-cli": "^3.0.8",
"webpack-dev-server": "^3.1.4",
"webpack-md5-hash": "0.0.6",
"webpack-merge": "^4.1.3"
},
"babel": {
"presets": [
[
"env",
{
"modules": false
}
]
],
"plugins": [
"syntax-dynamic-import"
]
}
}