forked from reactide/reactide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·52 lines (52 loc) · 1.46 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
{
"name": "reactide",
"version": "1.0.0",
"description": "",
"main": "./main/main.js",
"scripts": {
"test": "mocha --compilers js:babel-register test/test.js",
"start": "cross-env NODE_ENV=production electron .",
"dev-start": "cross-env NODE_ENV=development electron .",
"dev": "webpack-dev-server --inline --content-base ./renderer"
},
"author": "Mark Cruz, Jin Choi, Bita Djaghouri",
"license": "ISC",
"dependencies": {
"electron": "^1.6.1",
"electron-debug": "^1.1.0",
"electron-localshortcut": "^1.1.0",
"fs": "0.0.1-security",
"monaco-editor": "^0.8.3",
"path": "^0.12.7",
"prop-types": "^15.5.8",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-redux": "^5.0.3",
"redux": "^3.6.0"
},
"devDependencies": {
"babel": "^6.23.0",
"babel-core": "^6.23.1",
"babel-loader": "^6.3.2",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"babel-register": "^6.23.0",
"chai": "^3.5.0",
"chai-enzyme": "^0.6.1",
"cross-env": "^4.0.0",
"devtron": "^1.4.0",
"electron-devtools-installer": "^2.1.0",
"electron-hot-loader": "^0.8.0",
"electron-packager": "^8.5.2",
"electron-reload": "^1.1.0",
"enzyme": "^2.8.0",
"eslint": "^3.19.0",
"expect": "^1.20.2",
"mocha": "^3.2.0",
"react-addons-test-utils": "^15.4.2",
"sinon": "^2.1.0",
"spectron": "^3.6.2",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.4.2"
}
}