-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
67 lines (67 loc) · 2.06 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
{
"name": "print2a",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-free": "^6.1.1",
"arwes": "^1.0.0-alpha.5",
"axios": "^0.27.2",
"bootstrap": "^5.1.3",
"chonky": "^2.3.2",
"chonky-icon-fontawesome": "^2.3.2",
"marked-react": "^1.1.2",
"polished": "^4.2.2",
"prop-types": "^15.8.1",
"react": "^16.14.0",
"react-bootstrap": "^2.4.0",
"react-dom": "^16.14.0",
"react-hot-toast": "^2.2.0",
"react-image-lightbox": "^5.1.4",
"react-pdf": "^5.7.2",
"react-photo-gallery": "^8.0.0",
"react-responsive-carousel": "^3.2.23",
"react-router-dom": "^6.3.0",
"react-scripts": "^5.0.1",
"reactjs-popup": "^2.0.5",
"sass": "^1.52.1",
"three": "^0.141.0"
},
"scripts": {
"getdep": "npx install-peerdeps --dev @imaginary-cloud/eslint-config-react",
"dev": "react-scripts start",
"build": "react-scripts build",
"lint": "eslint ./ --ignore-path .formatignore",
"lint:fix": "eslint ./ --ignore-path .formatignore --fix",
"prettier": "prettier --write \"./**/*.{js,jsx,ts,tsx,css,md,json,scss}\" --config .prettierrc --ignore-path .formatignore",
"format": "npm run prettier && npm run lint:fix",
"publish": "npm run format && npm run build"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/eslint-parser": "^7.17.0",
"@imaginary-cloud/eslint-config-react": "^2.0.1",
"@imaginary-cloud/prettier-config": "^1.0.0",
"eslint": "^8.16.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jest": "^26.0.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"prettier": "^2.6.2"
},
"prettier": "@imaginary-cloud/prettier-config"
}