-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 loc) · 1.7 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
52
53
{
"name": "react-china-location",
"version": "1.2.0",
"description": "React Component for china-location",
"main": "dist/react-china-location.js",
"main:next": "src/ChinaLocation.js",
"scripts": {
"build:dev": "NODE_ENV=development webpack --progress --config build/webpack.config.js",
"build:demo": "NODE_ENV=development webpack --progress --config build/webpack.config.dev.js",
"build:demo:watch": "NODE_ENV=development webpack --watch --progress --config build/webpack.config.dev.js",
"build:prod": "NODE_ENV=production webpack --progress --config build/webpack.config.js",
"build": "npm run build:dev && npm run build:prod && npm run build:demo",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JasonBoy/react-china-location.git"
},
"keywords": [
"react",
"component",
"china",
"location"
],
"author": "Jason Jiang <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/JasonBoy/react-china-location/issues"
},
"homepage": "https://github.com/JasonBoy/react-china-location#readme",
"dependencies": {},
"peerDependencies": {
"china-location": "^2.0.0",
"react": ">=15.5",
"react-dom": ">=15.5",
"prop-types": "^15.5.9"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"chai": "^3.5.0",
"html-webpack-plugin": "^2.28.0",
"mocha": "^3.3.0",
"react-dom": ">=15.5",
"webpack": "^2.5.1",
"china-location": "^2.0.0",
"react": ">=15.5",
"prop-types": "^15.5.9"
}
}