-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.16 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
{
"name": "colorpickerreact",
"version": "0.1.0",
"private": true,
"homepage": "https://dhyanaswain.github.io/colorPickerReact/",
"dependencies": {
"@testing-library/dom": "^6.12.2",
"@testing-library/react": "^8.0.1",
"classnames": "^2.2.6",
"create-react-app": "^1.4.3",
"h8k-design": "^1.0.8",
"jest-dom": "^3.5.0",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-scripts": "1.0.17",
"save": "^2.3.1"
},
"scripts": {
"prestart": "npm install",
"pretest": "npm install",
"build": "react-scripts build",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "HOST=0.0.0.0 PORT=8000 ./node_modules/.bin/react-scripts start",
"test": "rm -rf ./junit.xml && ./node_modules/.bin/react-scripts test --verbose --env=jsdom --testResultsProcessor ./node_modules/jest-junit"
},
"devDependencies": {
"chai": "^4.1.2",
"enzyme": "^3.2.0",
"enzyme-adapter-react-16": "^1.1.0",
"expect": "^21.2.1",
"gh-pages": "^3.2.3",
"jest-junit": "^3.3.0",
"react-test-renderer": "^16.2.0"
},
"resolutions": {
"**/**/node-gyp": "5.0.0"
}
}