-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
85 lines (85 loc) · 2.45 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "shapes-generator",
"version": "0.1.0",
"private": true,
"homepage": "https://ChenCMD.github.io/shapes-generator",
"dependencies": {
"bootstrap": "^5.0.1",
"fast-deep-equal": "^3.1.3",
"konva": "^8.0.2",
"lz-string": "^1.4.4",
"package.json": "^2.0.1",
"react": "^17.0.2",
"react-bootstrap": "^1.6.0",
"react-dom": "^17.0.2",
"react-konva": "^17.0.2-4",
"react-measure": "^2.5.2",
"react-modal": "^3.14.3",
"react-router-dom": "^5.1.2",
"react-scripts": "4.0.3",
"react-toastify": "^7.0.4",
"rfdc": "^1.3.0",
"typescript": "^4.3.2",
"uuidjs": "^4.2.8",
"web-vitals": "^1.1.2"
},
"scripts": {
"build": "rm -r dist;webpack --mode production",
"build-dev": "rm -r dist;webpack --mode development",
"start": "webpack-dev-server --mode development",
"start-profiling": "webpack-dev-server --mode production",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist",
"lint": "eslint src/** --ext .ts,.tsx --no-error-on-unmatched-pattern --ignore-pattern *.html --ignore-pattern *.d.ts"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"@types/jest": "^26.0.23",
"@types/lz-string": "^1.3.34",
"@types/node": "^12.20.13",
"@types/react": "^17.0.8",
"@types/react-dom": "^17.0.5",
"@types/react-measure": "^2.0.6",
"@types/react-modal": "^3.12.0",
"@types/react-router-dom": "^5.1.7",
"@types/rfdc": "^1.2.0",
"@typescript-eslint/eslint-plugin": "^4.25.0",
"@typescript-eslint/parser": "^4.25.0",
"autoprefixer": "^9.7.4",
"css-loader": "^3.2.0",
"eslint": "^7.27.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"gh-pages": "^3.2.3",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.9.0",
"postcss-loader": "^3.0.0",
"sass": "^1.35.1",
"sass-loader": "^8.0.0",
"ts-loader": "^6.2.1",
"typescript-plugin-css-modules": "^3.4.0",
"webpack": "4.44.2",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "3.11.1"
}
}