-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 975 Bytes
/
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": "microcosm-debugger",
"version": "3.0.0",
"description": "A debugging tool for Microcosm",
"main": "dist/microcosm-debugger.js",
"repository": {
"type": "git",
"url": "[email protected]:vigetlabs/microcosm-debugger.git"
},
"scripts": {
"start": "webpack -w",
"build": "NODE_ENV=production webpack -p",
"prepublish": "npm run build"
},
"keywords": [
"react",
"microcosm"
],
"author": "Nate Hunzaker, Viget Labs",
"license": "MIT",
"dependencies": {
"classnames": "~2.2.5",
"paths-js": "~0.4.4"
},
"devDependencies": {
"babel-core": "^6.21.0",
"babel-loader": "6.2.5",
"babel-preset-es2015": "6.16.0",
"babel-preset-react": "6.16.0",
"css-loader": "0.25.0",
"happypack": "2.2.1",
"node-sass": "3.10.1",
"react": "15.3.2",
"react-css-modules": "3.7.10",
"react-dom": "15.3.2",
"sass-loader": "4.0.2",
"style-loader": "0.13.1",
"webpack": "1.13.2"
}
}