-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
46 lines (46 loc) · 1.22 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
{
"name": "Phosphorus",
"version": "1.0.0",
"description": "A tool like Postman",
"scripts": {
"start": "npm run serve | npm run dev",
"serve": "./node_modules/.bin/http-server -p 6060",
"dev": "webpack-dev-server --inline --devtool inline-source-map --colors --port 7070",
"deploy": "webpack -p --config webpack.production.config.js"
},
"author": "HuntBao",
"license": "UNLICENSED",
"repository": {
"type": "git",
"url": "https://github.com/huntbao/phosphorus.git"
},
"dependencies": {
"async": "^1.5.0",
"brace": "^0.5.1",
"classnames": "^2.2.0",
"flux": "^2.1.1",
"keymirror": "^0.1.1",
"lodash": "^3.10.1",
"node-uuid": "^1.4.3",
"react": "^0.14.3",
"react-dom": "^0.14.3"
},
"devDependencies": {
"babel-core": "^5.8.25",
"babel-loader": "^5.3.2",
"css-loader": "^0.21.0",
"del": "^2.1.0",
"file-loader": "^0.8.5",
"gulp": "^3.9.0",
"gulp-change": "^1.0.0",
"gulp-if": "^2.0.0",
"gulp-minify-css": "^1.2.2",
"gulp-zip": "^3.0.2",
"http-server": "~0.7.1",
"style-loader": "^0.13.0",
"stylus-loader": "^1.4.2",
"url-loader": "^0.5.7",
"webpack": "^1.12.9",
"webpack-dev-server": "^1.14.0"
}
}