-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 2.12 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 2.12 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "melon-layer",
"version": "1.1.0",
"description": "",
"main": "lib/index.js",
"scripts": {
"test": "NODE_ENV=test karma start ./test/karma.local.conf.js",
"test-ci": "NODE_ENV=test karma start ./test/karma.ci.conf.js",
"build": "rimraf lib && NODE_ENV=production gulp build"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/react-melon/melon-layer.git"
},
"author": "leon <ludafa@outlook.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/react-melon/melon-layer/issues"
},
"homepage": "https://github.com/react-melon/melon-layer#readme",
"peerDependencies": {
"react": "^16.0.0",
"react-dom": "^16.0.0"
},
"dependencies": {
"prop-types": "^15.6.0"
},
"devDependencies": {
"babel-istanbul": "^0.11.0",
"babel-loader": "^6.2.5",
"babel-core": "^6.26.0",
"babel-plugin-istanbul": "^3.0.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-2": "^6.13.0",
"coveralls": "^2.11.12",
"css-loader": "^0.24.0",
"enzyme": "^3.1.0",
"enzyme-adapter-react-16": "^1.0.2",
"esdoc": "^0.4.8",
"esdoc-es7-plugin": "0.0.3",
"express": "^4.14.0",
"extract-text-webpack-plugin": "^1.0.1",
"fecs": "1.*",
"file-loader": "^0.9.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-clean": "^0.3.2",
"gulp-sourcemaps": "^1.6.0",
"jasmine-core": "^2.8.0",
"json-loader": "^0.5.4",
"karma": "^1.2.0",
"karma-babel-preprocessor": "^6.0.1",
"karma-browserstack-launcher": "^1.1.1",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-firefox-launcher": "^1.0.0",
"karma-jasmine": "^1.0.2",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^1.8.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"rimraf": "^2.5.4",
"watchify": "^3.7.0",
"webpack": "^1.13.1"
}
}