-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.94 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
{
"name": "dnm-react-color-chart",
"version": "1.1.4",
"description": "",
"main": "dist/dnm-react-color-chart.umd.min.js",
"module": "dist/dnm-react-color-chart.es.min.js",
"scripts": {
"dist:publish": "npm run dist && npm publish && npm run git",
"git": "npm run dist && git add . && git commit -m",
"postgit": "git push -u",
"dev": "parcel examples/index.html -d examples/dev --open --hmr-port=1235",
"build:dev": "rollup --config rollup/rollup.config.dev.js",
"build:prod": "rollup --config rollup/rollup.config.prod.js",
"watch": "npm run build:dev && onchange \"src/**/*.*\" -v -- npm run build:dev",
"dist": "rm -rf examples/dev && npm run build:dev && npm run build:prod",
"login:nint": "npm-login-noninteractive"
},
"repository": {
"type": "git",
"url": "git+https://github.com/devdanim/dnm-react-color-chart.git"
},
"keywords": [],
"author": "devdanim",
"contributors": [
"keywinf",
"fadrien"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/devdanim/dnm-react-color-chart/issues"
},
"homepage": "https://github.com/devdanim/dnm-react-color-chart#readme",
"peerDependencies": {
"react": ">=16.0.0",
"react-dom": ">=16.0.0"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.18.5",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/preset-env": "^7.2.3",
"@babel/preset-react": "^7.0.0",
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"npm-login-noninteractive": "^0.1.4",
"onchange": "^5.2.0",
"parcel-bundler": "^1.12.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "^1.0.0",
"rollup-plugin-babel": "^4.2.0",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-node-resolve": "^4.0.0",
"rollup-plugin-postcss": "^2.0.3",
"rollup-plugin-terser": "^4.0.4"
},
"dependencies": {
"prop-types": "^15.8.1"
}
}