forked from firefox-devtools/debugger
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 742 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 742 Bytes
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
{
"name": "debugger-experiment",
"scripts": {
"start": "firefox-proxy & ./node_modules/.bin/webpack --watch",
"lint-css": "stylelint js/components/*.css"
},
"dependencies": {
"co": "=4.6.0",
"codemirror": "^5.1.0",
"ff-devtools-libs": "^0.1.1",
"json-loader": "^0.5.4",
"net": "^1.0.2",
"react": "=0.14.7",
"react-dom": "=0.14.7",
"react-inlinesvg": "^0.4.2",
"react-redux": "=4.4.1",
"redux": "=3.3.1",
"seamless-immutable": "=5.1.1",
"stylelint": "^5.3.0",
"webpack": "=1.12.14",
"ws": "^1.0.1"
},
"devDependencies": {
"css-loader": "^0.23.1",
"extract-text-webpack-plugin": "^1.0.1",
"style-loader": "^0.13.1",
"xpcshell-unit-test": "0.0.2"
}
}