-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.75 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
{
"name": "preact-boilerplate",
"version": "5.0.0",
"description": "Ready-to-go Preact starter project powered by webpack.",
"scripts": {
"start": "cross-env NODE_ENV=development webpack-dev-server --inline --hot --progress",
"deploy": "rimraf dist && cross-env NODE_ENV=production webpack -p --progress"
},
"license": "WTFPL",
"author": "Nobody <[email protected]> (https://bodyno.com)",
"devDependencies": {
"autoprefixer": "^6.4.0",
"babel": "^6.5.2",
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-react-jsx": "^6.8.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.14.0",
"babel-runtime": "^6.11.6",
"copy-webpack-plugin": "^4.0.1",
"core-js": "^2.4.1",
"cross-env": "^3.1.3",
"css-loader": "^0.27.1",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.10.0",
"html-webpack-plugin": "^2.22.0",
"isparta-loader": "^2.0.0",
"json-loader": "^0.5.4",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"offline-plugin": "^4.5.3",
"postcss-loader": "^1.2.1",
"raw-loader": "^0.5.1",
"replace-bundle-webpack-plugin": "^1.0.0",
"script-ext-html-webpack-plugin": "^1.3.4",
"style-loader": "^0.13.0",
"url-loader": "^0.5.7",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.3.0"
},
"dependencies": {
"autobind-decorator": "^1.3.4",
"mobx": "^3.1.7",
"mobx-react": "^4.1.3",
"preact": "^7.1.0",
"preact-async-route": "^1.0.3",
"preact-compat": "^3.0.0",
"preact-router": "^2.0.0",
"promise-polyfill": "^6.0.2",
"proptypes": "^0.14.3",
"rimraf": "^2.6.1",
"serve": "^3.1.0"
}
}