-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
70 lines (70 loc) · 2.12 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
{
"name": "papercraft",
"version": "0.0.1",
"description": "TBD",
"license": "MIT",
"main": "src/index.js",
"scripts": {
"build": "webpack --config webpack.config.prd.js",
"start": "webpack-dev-server --config webpack.config.dev.js --open",
"startA": "webpack-dev-server --open --mode=development",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint src --max-warnings 0",
"lintfix": "npm run lint -- --fix",
"release": "standard-version",
"prepare": "husky install"
},
"devDependencies": {
"@babel/core": "^7.7.2",
"@babel/eslint-parser": "^7.19.1",
"@babel/preset-env": "^7.7.1",
"@typescript-eslint/eslint-plugin": "^5.38.0",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "5.2.7",
"eslint": "^8.23.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-import-resolver-webpack": "^0.13.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.31.8",
"file-loader": "^4.2.0",
"html-webpack-plugin": "^3.2.0",
"husky": "^8.0.0",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"raw-loader": "^3.1.0",
"standard-version": "^9.1.0",
"style-loader": "2.0.0",
"terser-webpack-plugin": "^2.2.1",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.9.0",
"webpack-merge": "^4.2.2"
},
"dependencies": {
"@babel/preset-react": "^7.16.7",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@mui/material": "^5.6.1",
"@mui/styled-engine-sc": "^5.6.1",
"@types/jest": "^29.1.2",
"@types/node": "^18.8.4",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@uiw/react-codemirror": "^4.6.0",
"copy-webpack-plugin": "5.1.1",
"gsap": "^3.1.1",
"howler": "^2.1.3",
"matter-js": "^0.17.1",
"pixi-viewport": "4.7.0",
"pixi.js": "6.3.0",
"poly-decomp": "^0.3.0",
"react": "17.0.0",
"react-dom": "17.0.0",
"react-sketch-canvas": "^6.2.0",
"styled-components": "^5.3.5",
"typescript": "^4.8.4",
"windtalk": "^1.1.1"
}
}