-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 963 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 963 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
35
{
"name": "mithril-webpack-example",
"version": "1.0.0",
"description": "just an example using mithril, webpack and css modules...",
"repository": {
"type": "git",
"url": "https://github.com/StevenIseki/mithril-webpack-example.git"
},
"scripts": {
"start": "node ./serverDev.js"
},
"peerDependencies": {
},
"devDependencies": {
"autoprefixer": "^6.1.0",
"babel-core": "^6.0.20",
"babel-loader": "^6.0.1",
"babel-preset-es2015": "^6.0.15",
"babel-preset-react": "^6.0.15",
"babel-preset-stage-0": "^6.0.15",
"css-loader": "^0.15.1",
"express": "^4.13.3",
"extract-text-webpack-plugin": "^0.9.1",
"postcss-loader": "^0.7.0",
"style-loader": "^0.13.0",
"webpack": "^1.9.6",
"webpack-dev-middleware": "^1.2.0",
"webpack-hot-middleware": "^2.0.0"
},
"dependencies": {
"mithril": "^0.1.34"
},
"author": "Steven Iseki <stevenisekimartin@gmail.com>",
"license": "MIT"
}