-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.27 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.27 KB
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": "test",
"version": "1.0.0",
"description": "test",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"babel-register": "node ./pack/babel/register.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/qingguoing/test.git"
},
"keywords": [
"test",
"demo"
],
"author": "qingguoing",
"license": "MIT",
"bugs": {
"url": "https://github.com/qingguoing/test/issues"
},
"homepage": "https://github.com/qingguoing/test#readme",
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.3.4",
"@babel/plugin-transform-destructuring": "^7.3.2",
"@babel/plugin-transform-react-display-name": "^7.0.0-beta.42",
"babel-cli": "^7.0.0-beta.3",
"babel-core": "^6.26.3",
"babel-generator": "^6.26.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-register": "^6.26.0",
"babel-template": "^6.26.0",
"babel-types": "^6.26.0"
},
"dependencies": {
"@babel/core": "^7.4.0",
"babel-polyfill": "^6.26.0",
"delegates": "^1.0.0",
"imagemagick": "^0.1.3",
"images": "^3.0.1",
"jsencrypt": "^3.0.0-rc.1",
"node-forge": "^0.10.0",
"node-rsa": "^1.1.1",
"react": "^15.6.2",
"sharp": "^0.20.2"
}
}