-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 2.43 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"_from": "git+https://github.com/callmejm/react-lucky-wheel.git",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "",
"_location": "/lucky-wheel",
"_phantomChildren": {},
"_requested": {
"type": "git",
"raw": "lucky-wheel@git+https://github.com/callmejm/react-lucky-wheel.git",
"name": "lucky-wheel",
"escapedName": "lucky-wheel",
"rawSpec": "git+https://github.com/callmejm/react-lucky-wheel.git",
"saveSpec": "git+https://github.com/callmejm/react-lucky-wheel.git",
"fetchSpec": "https://github.com/callmejm/react-lucky-wheel.git",
"gitCommittish": null
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "git+https://github.com/callmejm/react-lucky-wheel.git#16549faef57c03473f23c9e8b5e5fc2979c43689",
"_shasum": "423d1af8c66a17ccdef20dd67d842b34960c69d3",
"_spec": "lucky-wheel@git+https://github.com/callmejm/react-lucky-wheel.git",
"_where": "D:\\BoxyBanana\\ReactJs\\superbit-ui",
"author": {
"name": "JD"
},
"bugs": {
"url": "https://github.com/JDEast1029/lucky-wheel/issues"
},
"bundleDependencies": false,
"dependencies": {
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-dom": "^16.2.0"
},
"deprecated": false,
"description": "幸运大转盘",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-es2015-rollup": "^3.0.0",
"babel-preset-latest": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"cssnano": "^3.10.0",
"node-sass": "^4.7.2",
"postcss-cssnext": "^3.0.2",
"postcss-nested": "^3.0.0",
"postcss-simple-vars": "^4.1.0",
"rollup": "^0.53.0",
"rollup-plugin-babel": "^3.0.3",
"rollup-plugin-commonjs": "^8.2.6",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-postcss": "^0.5.5",
"rollup-plugin-scss": "^0.4.0"
},
"files": [
"dist/",
"lib/",
"README.md"
],
"homepage": "https://github.com/JDEast1029/lucky-wheel#readme",
"keywords": [
"react",
"rollup",
"components"
],
"license": "ISC",
"main": "index.js",
"name": "lucky-wheel",
"repository": {
"type": "git",
"url": "git+https://github.com/JDEast1029/lucky-wheel.git"
},
"scripts": {
"build": "rollup -c",
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.1.5"
}