-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.56 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
{
"name": "robe-skeleton-ui",
"version": "1.0.0",
"description": "React-Es6-Robe Skeleton",
"main": "lib/index.js",
"scripts": {
"test": "node tools/commands/test.js --coverage -p 3001",
"testd": "node tools/commands/test.js -i -p 3001",
"testdc": "node tools/commands/test.js --coverage -i -p 3001",
"build": "rimraf ./docs & webpack --config tools/prod/webpack.js --progress --profile --colors",
"start": "webpack-dev-server --config tools/dev/webpack.js --colors"
},
"repository": "https://github.com/robeio/robe-skeleton-ui.git",
"author": "",
"license": "MIT",
"devDependencies": {
"app-root-path": "2.0.1",
"babel-cli": "^6.24.1",
"babel-loader": "^6.4.1",
"babel-plugin-__coverage__": "^11.0.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"chai": "^3.5.0",
"colors": "^1.1.2",
"copy-webpack-plugin": "4.0.1",
"css-loader": "^0.28.0",
"electron": "^1.6.2",
"electron-mocha": "^3.4.0",
"enzyme": "^2.8.0",
"file-loader": "^0.11.1",
"istanbul": "^0.4.5",
"mocha": "^3.2.0",
"multer": "^1.3.0",
"optimist": "^0.6.1",
"portscanner": "^2.1.1",
"raw-loader": "^0.5.1",
"react-addons-test-utils": "^15.5.1",
"rimraf": "^2.6.1",
"robe-json-server": "0.8.19",
"sinon": "^2.1.0",
"style-loader": "^0.16.1",
"url-loader": "^0.5.8",
"webpack": "2.3.3",
"webpack-dev-server": "2.4.2",
"webpack-file-changer": "^2.0.1"
},
"dependencies": {
"robe-react-ui": "^1.1.35"
}
}