-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.6 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
{
"name": "mmf",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack --env.production",
"serve": "webpack-dev-server --hot --inline --content-base dist",
"init": "rm -rf .git && git init"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"asteroid": "^2.0.3",
"lodash": "^4.17.4",
"mingo": "^1.1.2",
"mithril": "^1.1.1",
"page": "^1.7.1"
},
"devDependencies": {
"appcache-webpack-plugin": "^1.3.0",
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-plugin-transform-regenerator": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"browser-sync": "^2.18.8",
"browser-sync-webpack-plugin": "^1.1.4",
"bs-fullscreen-message": "^1.1.0",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.28.1",
"extract-css-chunks-webpack-plugin": "^1.0.10",
"extract-text-webpack-plugin": "^2.1.0",
"html-webpack-plugin": "^2.28.0",
"import-glob": "^1.5.0",
"node-sass": "^4.5.2",
"sass-loader": "^6.0.3",
"script-ext-html-webpack-plugin": "^1.7.1",
"strip-ansi": "^3.0.1",
"style-loader": "^0.17.0",
"webpack": "^2.5.1",
"webpack-chunk-hash": "^0.4.0",
"webpack-dev-middleware": "^1.10.2",
"webpack-dev-server": "^2.4.5",
"webpack-manifest-plugin": "^1.1.0"
}
}