-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.57 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
{
"name": "veedgee-web",
"version": "1.0.0",
"description": "Veedgee's Web Client",
"main": "src/index.js",
"scripts": {
"build": "node ./scripts/build.js",
"format": "eslint ./src/**/*.js",
"start": "webpack-dev-server",
"test": "jest",
"deploy": "firebase deploy --non-interactive"
},
"author": "Rafael Camargo <[email protected]>",
"license": "MIT",
"dependencies": {
"@compilorama/statorama": "^0.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.22.2"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@babel/eslint-parser": "^7.23.10",
"@babel/preset-env": "^7.24.0",
"@babel/preset-react": "^7.23.3",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"@testing-library/user-event": "^14.5.2",
"babel-jest": "^29.7.0",
"babel-loader": "^9.1.3",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^6.10.0",
"css-minimizer-webpack-plugin": "^6.0.0",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.33.2",
"firebase-tools": "^13.7.2",
"html-webpack-plugin": "^5.6.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"mini-css-extract-plugin": "^2.8.1",
"prerender-spa-plugin-next": "^4.2.3",
"shadow-dom-testing-library": "^1.11.2",
"stylus": "^0.62.0",
"stylus-loader": "^8.1.0",
"terser-webpack-plugin": "^5.3.10",
"webpack": "^5.90.3",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.2",
"webpack-font-preload-plugin": "^1.5.0",
"webpack-merge": "^5.10.0"
}
}