-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.51 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": "react-city-selector",
"version": "1.0.8",
"main": "lib/index.js",
"description": "a react city selector for Chinese Provinces",
"scripts": {
"clean": "rd /s lib && mkdir lib",
"publish": "npm run compile && npm publish",
"compile": "npm run clean && babel src -d lib",
"dist": "cross-env NODE_ENV=production webpack --config ./webpack.config.js",
"dev": "cross-env NODE_ENV=development webpack-dev-server --config ./webpack.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gaoziyang-dailyAccount/react-city-selector_China.git"
},
"keywords": [
"react",
"city",
"selector"
],
"author": "gaozy",
"license": "ISC",
"bugs": {
"url": "https://github.com/gaoziyang-dailyAccount/react-city-selector_China/issues"
},
"homepage": "https://github.com/gaoziyang-dailyAccount/react-city-selector_China#readme",
"dependencies": {
"react": "^16.4.1",
"react-dom": "^16.4.1"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"cross-env": "^5.2.0",
"css-loader": "^0.28.11",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"open-browser-webpack-plugin": "0.0.5",
"style-loader": "^0.21.0",
"uglifyjs-webpack-plugin": "^1.2.7",
"webpack": "^4.14.0",
"webpack-cli": "^3.0.8",
"webpack-dev-server": "^3.1.4"
}
}