-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
40 lines (40 loc) · 1.16 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
{
"name": "z-index-devtool",
"version": "1.0.0",
"description": "A UCOSP project for building a Z-Index Devtool",
"main": "index.js",
"scripts": {
"build": "NODE_ENV=development webpack --watch",
"start-app": "http-serve ./docs -p 8082",
"start-ext": "web-ext run --source-dir ./extension",
"test": "mocha --compilers js:babel-register test/stacking-context-actions.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gregtatum/z-index-devtool.git"
},
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/gregtatum/z-index-devtool/issues"
},
"homepage": "https://github.com/gregtatum/z-index-devtool#readme",
"devDependencies": {
"@tatumcreative/get": "1.0.0",
"babel": "^6.5.2",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-register": "^6.18.0",
"http-serve": "^1.0.1",
"jsdom": "^9.8.3",
"mocha": "^3.1.2",
"react": "15.3.2",
"react-dom": "15.3.2",
"react-redux": "4.4.5",
"redux": "3.6.0",
"redux-logger": "2.6.1",
"redux-thunk": "2.1.0",
"web-ext": "^2.2.2",
"webpack": "^3.10.0"
}
}