-
Notifications
You must be signed in to change notification settings - Fork 307
/
package.json
51 lines (51 loc) · 1.34 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
{
"name": "softui",
"version": "0.1.0",
"homepage": "https://neumorphism.io",
"private": true,
"dependencies": {
"@material/slider": "^14.0.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router": "^6.26.1",
"react-scripts": "5.0.1",
"react-snap": "^1.23.0",
"react-syntax-highlighter": "^15.5.0",
"sass": "^1.78.0",
"styled-components": "^6.1.13"
},
"scripts": {
"start": "react-scripts --openssl-legacy-provider start",
"build": "GENERATE_SOURCEMAP=false react-scripts build",
"winBuild": "set \"GENERATE_SOURCEMAP=false\" && react-scripts --openssl-legacy-provider build",
"postbuild": "react-snap",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "npm run winBuild",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"gh-pages": "^6.1.1",
"postcss": "^8.4.45",
"tailwindcss": "^3.4.10"
}
}