-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
76 lines (76 loc) · 2.14 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "parallax-ide",
"version": "0.14.4",
"description": "Write, compile, and download code to your Parallax Boe-Bot Robot or custom BASIC Stamp microcontroller-based electronic creations.",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"@phated/redux-create-store": "^0.3.0",
"acorn": "^6.4.2",
"bs2-serial": "^0.15.0",
"codemirror": "^4.13.0",
"express": "^3.21.2",
"frylord": "^0.7.4",
"history": "^1.12.5",
"iggins": "^0.4.0",
"invariant": "^2.1.1",
"irken": "^0.9.0",
"lodash": "^4.17.19",
"raw-loader": "^0.5.1",
"react": "^0.13.1",
"react-loader": "^1.2.0",
"react-material": "git://github.com/PropGit/react-material#0.14",
"react-mfb-iceddev": "^0.1.0",
"react-router": "^1.0.0-rc1",
"react-style": "^0.4.0",
"skrim": "0.0.3",
"snacks": "^0.3.1",
"sovereign": "^0.3.0",
"when": "^3.7.2"
},
"devDependencies": {
"@phated/eslint-config-iceddev": "^0.2.1",
"babel-core": "^4.5.1",
"babel-loader": "^4.0.0",
"babel-runtime": "^4.7.16",
"chalk": "^1.0.0",
"css-loader": "^0.9.1",
"del": "^1.1.1",
"electron-prebuilt": "^0.30.2",
"eslint": "^1.2.1",
"eslint-plugin-mocha": "^0.5.1",
"eslint-plugin-react": "^3.2.3",
"expect": "^1.8.0",
"gulp": "^4.0.1",
"gulp-util": "^3.0.4",
"gulp-zip": "^2.0.3",
"html-loader": "^0.2.3",
"json-loader": "^0.5.1",
"level-js": "^2.1.6",
"style-loader": "^0.8.3",
"webpack": "^1.7.2",
"webpack-dev-server": "^1.7.0",
"zuul": "^3.2.0",
"zuul-builder-webpack": "^1.1.0"
},
"scripts": {
"test": "zuul test/*.js --local --open",
"ci": "zuul test/*.js --electron",
"build": "gulp",
"version": "gulp version && git add manifest.json",
"release": "gulp gh-release",
"postinstall": "gulp postinstall",
"serve": "webpack-dev-server"
},
"repository": {
"type": "git",
"url": "https://github.com/parallaxinc/Parallax-IDE"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/parallaxinc/Parallax-IDE/issues"
},
"homepage": "https://github.com/parallaxinc/Parallax-IDE"
}