-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.26 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
{
"name": "swaggray",
"version": "0.1.0",
"description": "An alternative ui for swagger json format",
"scripts": {
"start": "NODE_ENV=development ./node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --colors --no-info --port 8088 --content-base ./no-content $@",
"build": "NODE_ENV=production ./node_modules/webpack/bin/webpack.js"
},
"author": "ekuaibao",
"license": "UNLICENSED",
"dependencies": {
"marked": "^0.3.6",
"prismjs": "^1.5.1",
"promise-polyfill": "^6.0.0",
"react": "^15.2.1",
"react-dom": "^15.2.1",
"react-redux": "^4.4.5",
"redux": "^3.5.2",
"redux-thunk": "^2.1.0",
"whatwg-fetch": "^1.0.0"
},
"devDependencies": {
"autoprefixer": "^6.4.1",
"babel": "^6.5.2",
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"css-loader": "^0.25.0",
"html-webpack-plugin": "^2.22.0",
"postcss": "^5.2.0",
"postcss-csso": "^1.1.2",
"postcss-import": "^8.1.2",
"postcss-loader": "^0.13.0",
"postcss-mixins": "^5.2.0",
"postcss-nested": "^1.0.0",
"postcss-svgo": "^2.1.4",
"style-loader": "^0.13.1",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.15.1"
}
}