forked from CommanderXL/xRoute
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.63 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
{
"name": "pjax",
"version": "1.0.0",
"description": "* 高级浏览器使用H5 API,低级浏览器使用hash",
"main": "demo.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "NODE_ENV=development webpack-dashboard -- webpack-dev-server --devtool eval-source-map --progress --port 3000 --colors --hot --inline --content-base ./dist",
"mock": "json-server ./src/lib/mock/data.json --watch -p 3000",
"build": "webpack --progress --colors",
"dist": "rm -rf ./dist/css/register && rm -rf ./dist/js/register && NODE_ENV=production webpack --progress --colors"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CommanderXL/xRoute.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/CommanderXL/xRoute/issues"
},
"homepage": "https://github.com/CommanderXL/xRoute#readme",
"devDependencies": {
"autoprefixer": "^6.6.1",
"babel-core": "^6.17.0",
"babel-loader": "^6.2.5",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.16.0",
"css-loader": "^0.25.0",
"eslint": "^3.8.1",
"eslint-loader": "^1.6.0",
"extract-text-webpack-plugin": "^1.0.1",
"html-loader": "^0.4.4",
"html-webpack-plugin": "^2.24.0",
"json-loader": "^0.5.4",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"lodash": "^4.16.4",
"precss": "^1.4.0",
"raw-loader": "^0.5.1",
"style-loader": "^0.13.1",
"webpack": "^1.14.0",
"webpack-dashboard": "^0.2.0",
"webpack-dev-server": "^1.16.2",
"webpack-md5-hash": "^0.0.5",
"webpack-validator": "^2.2.9",
"whatwg-fetch": "^1.0.0"
}
}