-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 937 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
33
34
35
36
37
38
{
"name": "BeamBR",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"watch": "webpack --color --watch"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/es6-shim": "^0.31.33",
"@types/node": "^7.0.13",
"@types/uuid": "^2.0.29",
"html-loader": "^0.4.5",
"html-webpack-harddisk-plugin": "^0.1.0",
"html-webpack-inline-source-plugin": "0.0.8",
"html-webpack-plugin": "^2.28.0",
"ts-loader": "^2.0.3",
"typescript": "^2.2.2",
"webpack": "^2.4.1"
},
"dependencies": {
"@types/node": "^7.0.22",
"glamor": "^2.20.25",
"preact": "^8.1.0",
"preact-redux": "^2.0.1",
"redux": "^3.6.0",
"redux-thunk": "^2.2.0",
"ts-loader": "^2.1.0",
"typescript": "^2.3.3",
"uuid": "^3.0.1",
"webpack": "^2.6.1"
}
}