-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
35 lines (35 loc) · 1.01 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
{
"name": "@super-effective/react-color-picker-example",
"private": false,
"license": "MIT",
"version": "1.0.0",
"scripts": {
"start": "node ./node_modules/react-scripts/bin/react-scripts.js start",
"build": "node ./node_modules/react-scripts/bin/react-scripts.js build",
"test": "node ./node_modules/react-scripts/bin/react-scripts.js test",
"eject": "node ./node_modules/react-scripts/bin/react-scripts.js eject"
},
"dependencies": {
"@super-effective/colorutils": "^2.1.2",
"@super-effective/react-color-picker": "link:..",
"react": "link:../node_modules/react",
"react-dom": "link:../node_modules/react-dom",
"react-scripts": "^5.0.1"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/core": "^7.23.0",
"@babel/plugin-syntax-object-rest-spread": "^7.8.3"
}
}