-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
55 lines (55 loc) · 1.62 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
{
"name": "picsart",
"version": "1.0.0",
"sideEffects": false,
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack serve --mode development --open",
"build": "webpack --mode production",
"analyze": "webpack --profile --json > stats.json && webpack-bundle-analyzer stats.json dist/",
"test": "jest"
},
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/plugin-transform-runtime": "^7.23.2",
"@babel/preset-typescript": "^7.23.2",
"@testing-library/jest-dom": "^4.2.4",
"@types/jest": "^29.5.6",
"@types/node": "^20.8.8",
"@types/react": "^18.2.17",
"@types/react-dom": "^18.2.7",
"@types/react-helmet": "^6.1.8",
"@types/testing-library__jest-dom": "^6.0.0",
"babel-jest": "^29.7.0",
"babel-loader": "^9.1.3",
"babel-plugin-styled-components": "^2.1.4",
"html-webpack-plugin": "^5.5.3",
"jest-environment-jsdom": "^29.7.0",
"process": "^0.11.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"ts-jest": "^29.1.1",
"ts-loader": "^9.4.4",
"typescript": "^5.1.6",
"webpack": "^5.88.2",
"webpack-bundle-analyzer": "^4.9.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
},
"dependencies": {
"@tabler/icons-react": "^2.39.0",
"@testing-library/react": "^14.0.0",
"copy-webpack-plugin": "^11.0.0",
"framer-motion": "^10.16.4",
"jest": "^29.7.0",
"querystring": "^0.2.1",
"react-helmet-async": "^1.3.0",
"react-router-dom": "^6.14.2",
"styled-components": "^6.1.0",
"zustand": "^4.4.4"
},
"keywords": [],
"author": "Reza Safari",
"license": "ISC"
}