-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.34 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
{
"name": "backoffice-react-template",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"start": "react-scripts start",
"test": "react-scripts test",
"eject": "react-scripts eject",
"build:style": "tailwind build src/style/style.css -o src/style/tailwind.css",
"dev": "yarn build:style && yarn start",
"build": "yarn build:style && yarn build"
},
"dependencies": {
"@ant-design/icons": "^4.2.2",
"@emotion/core": "^10.0.35",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@types/draftjs-to-html": "^0.8.0",
"@types/jest": "^24.0.0",
"@types/lodash": "^4.14.160",
"@types/lru-cache": "^5.1.0",
"@types/moment": "^2.13.0",
"@types/node": "^12.0.0",
"@types/react": "^16.9.0",
"@types/react-dom": "^16.9.0",
"@types/react-router-dom": "^5.1.5",
"antd": "^4.6.1",
"array-move": "^3.0.1",
"axios": "^0.20.0",
"axios-hooks": "^2.1.0",
"html-to-draftjs": "^1.5.0",
"lodash": "^4.17.20",
"lru-cache": "^6.0.0",
"moment": "^2.27.0",
"postcss": "^7.0.32",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.3",
"tailwind": "^4.0.0",
"tailwindcss": "^1.7.3",
"typescript": "~3.7.2"
}
}