-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 1.22 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
{
"name": "overlap",
"version": "0.1.0",
"private": true,
"dependencies": {
"@blueprintjs/core": "^4.10.2",
"@blueprintjs/popover2": "^1.6.7",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/user-event": "^13.5.0",
"chroma-js": "^2.4.2",
"clipboard": "^2.0.11",
"highlight.js": "^11.6.0",
"immer": "^9.0.15",
"react": "^18.0.0",
"react-color": "^2.19.3",
"react-dom": "^18.0.0",
"react-helmet": "^6.1.0",
"react-linear-gradient-picker": "^2.0.3",
"react-style-object-to-css": "^1.1.2",
"uuid": "^8.3.2",
"web-vitals": "^2.1.4",
"zustand": "^4.0.0"
},
"scripts": {
"build": "parcel build ./src/index.html --no-minify",
"start": "parcel ./src/index.html",
"test:smoking": "jest --config=jest.component.config.js --silent",
"test:unit": "jest --config=jest.store.config.js"
},
"devDependencies": {
"@babel/core": "^7.18.5",
"@babel/preset-env": "^7.18.10",
"@babel/preset-react": "^7.18.6",
"@testing-library/react": "^13.3.0",
"babel-jest": "^29.0.2",
"cssnano": "^5.1.13",
"jest": "^29.0.2",
"jest-css-modules-transform": "^4.4.2",
"jest-environment-jsdom": "^29.0.2",
"parcel-bundler": "^1.12.5"
}
}