-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.06 KB
/
Copy pathpackage.json
File metadata and controls
74 lines (74 loc) · 2.06 KB
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
{
"name": "Hypermon-LP",
"version": "0.1.4",
"private": true,
"license": "MIT",
"homepage": "./",
"dependencies": {
"@apollo/client": "^3.5.10",
"@babel/core": "^7.17.2",
"@babel/preset-env": "^7.16.11",
"@craco/craco": "^6.4.3",
"@storyblok/react": "^1.0.5",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.4.0",
"@types/node": "^17.0.15",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"autoprefixer": "^9.8.8",
"axios": "^0.27.0",
"babel-loader": "^8.2.3",
"graphql": "^16.3.0",
"node-sass": "^7.0.1",
"postcss": "^7.0.39",
"postcss-loader": "^4.0.3",
"react": "^17.0.2",
"react-bootstrap": "^2.1.2",
"react-dom": "^17.0.2",
"react-router-dom": "^6.2.2",
"react-scripts": "^5.0.1",
"sass": "^1.49.0",
"sass-loader": "^12.3.0",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.17",
"typescript": "^4.5.5",
"web-vitals": "^2.1.3"
},
"scripts": {
"start": "craco start",
"build": "craco build && chmod +x ./build.sh && ./build.sh",
"test": "craco test",
"eject": "react-scripts eject",
"dev": "webpack --mode development",
"lint": "eslint . --ext .js --ext .jsx --ignore-path .gitignore --cache"
},
"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/plugin-syntax-jsx": "^7.16.7",
"@babel/preset-react": "^7.16.7",
"eslint": "^8.8.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-react": "^7.28.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"stylelint": "^14.3.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-standard": "^24.0.0",
"stylelint-scss": "^4.1.0",
"webpack": "^5.68.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.3"
}
}