-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 882 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 882 Bytes
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
{
"name": "mithril-starter",
"version": "1.0.0",
"scripts": {
"dev": "node ./build/development.js",
"build": "node ./build/build.js"
},
"author": "Michał Jaworski (github.com/mikejav)",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"css-loader": "^0.28.4",
"debug": "^2.6.8",
"extract-text-webpack-plugin": "^2.1.2",
"html-webpack-plugin": "^2.28.0",
"mkdirp": "^0.5.1",
"ncp": "^2.0.0",
"node-sass": "^4.5.3",
"opn": "^5.0.0",
"rimraf": "^2.6.1",
"sass-loader": "^6.0.5",
"style-loader": "^0.18.2",
"url-loader": "^0.5.8",
"webpack": "^3.0.0",
"webpack-dev-server": "^2.4.5",
"webpack-merge": "^4.1.0"
},
"dependencies": {
"mithril": "^1.1.1"
}
}