-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.82 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.82 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
{
"name": "react-color-configuration-modal",
"version": "1.0.0",
"description": "Color configuration modal.",
"main": "dist/index.js",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --env.type=dev",
"build": "cross-env NODE_ENV=production webpack -p --env.type=build",
"release": "cross-env NODE_ENV=production webpack -p --env.type=release",
"docs": "cross-env NODE_ENV=production webpack -p --env.type=docs",
"start": "node build/server.js",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/afeiship/react-color-configuration-modal.git"
},
"keywords": [
"react",
"component"
],
"author": "afei",
"license": "MIT",
"bugs": {
"url": "https://github.com/afeiship/react-color-configuration-modal/issues"
},
"homepage": "https://github.com/afeiship/react-color-configuration-modal#readme",
"devDependencies": {
"@babel/core": "^7.4.0",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/plugin-proposal-decorators": "^7.4.0",
"@babel/preset-env": "^7.4.2",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.4.0",
"babel-loader": "^8.0.5",
"cross-env": "^5.2.0",
"express": "^4.16.4",
"jest": "^24.5.0",
"prettier": "^1.16.4",
"rake-git": "github:afeiship/rake-git",
"react-testing-library": "^6.0.2",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.2.1",
"webpack-lib-kits": "github:afeiship/webpack-lib-kits",
"webpack-merge": "^4.2.1"
},
"dependencies": {
"classnames": "^2.2.6",
"noop": "github:afeiship/noop",
"prop-types": "^15.7.2",
"react": "^16.8.5",
"react-color-configuration": "github:afeiship/react-color-configuration",
"react-dom": "^16.8.5",
"react-draggable": "^3.3.0"
}
}