-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
51 lines (51 loc) · 1.23 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
{
"name": "nuclear-code",
"version": "1.0.0",
"description": "A nuclear code application",
"main": "main.js",
"scripts": {
"watch": "webpack --watch --progress --debug",
"build": "webpack --progress",
"app": "electron .",
"test": "mocha \"src/**/*.spec.js\""
},
"standard": {
"env": [
"mocha"
]
},
"author": "Francesco Saver Zuppichini",
"license": "CC0-1.0",
"devDependencies": {
"babel-core": "^6.22.1",
"babel-loader": "^6.2.1",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.22.0",
"babel-preset-stage-0": "^6.16.0",
"chai": "^3.5.0",
"css-loader": "^0.26.1",
"electron": "^1.4.1",
"enzyme": "^2.7.1",
"flow-bin": "^0.38.0",
"ignore-styles": "^5.0.1",
"image-webpack-loader": "^3.2.0",
"json-loader": "^0.5.4",
"mocha": "^3.2.0",
"node-sass": "^4.4.0",
"sass-loader": "^4.1.1",
"sinon": "^1.17.7",
"style-loader": "^0.13.1"
},
"dependencies": {
"audio-play": "^2.1.0",
"aws-sdk": "^2.9.0",
"babel": "^6.5.2",
"moment": "^2.17.0",
"react": "^15.4.0",
"react-dom": "^15.4.0",
"react-interval": "^1.3.3",
"react-router": "^3.0.2",
"webcamjs": "^1.0.16",
"webpack": "^1.13.3"
}
}