-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.04 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
{
"name": "preact-app-reactor",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack --env=dev",
"build": "webpack --env=prod",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/drKnoxy/preact-app-reactor.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/drKnoxy/preact-app-reactor/issues"
},
"homepage": "https://github.com/drKnoxy/preact-app-reactor#readme",
"dependencies": {
"firebase": "^3.7.2",
"preact": "^7.2.0",
"react-router": "^4.0.0",
"react-router-dom": "^4.0.0"
},
"devDependencies": {
"babel-core": "^6.24.0",
"babel-loader": "^6.4.1",
"babel-plugin-transform-class-properties": "^6.23.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-plugin-transform-react-jsx": "^6.23.0",
"babel-preset-env": "^1.2.2",
"babili-webpack-plugin": "^0.0.11",
"webpack": "^2.2.1",
"webpack-merge": "^4.1.0"
}
}