forked from fable-compiler/samples-browser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 837 Bytes
/
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
{
"private": true,
"scripts": {
"build": "webpack -p",
"start": "webpack-dev-server",
"server": "cd public && reload -b",
"publish": "gh-pages -d public",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"babel-runtime": "^6.26.0",
"inferno": "^3.9.0",
"inferno-component": "^3.9.0",
"inferno-create-element": "^3.9.0",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"vue": "^2.4.2"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"fable-loader": "^1.1.0",
"fable-utils": "^1.0.4",
"gh-pages": "^1.0.0",
"loglevel": "^1.4.1",
"reload": "^2.2.2",
"webpack": "^3.5.6",
"webpack-dev-server": "^2.7.1"
}
}