forked from loq24/react-ecommerce
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 970 Bytes
/
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
{
"name": "react-ecommerce",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@ant-design/icons": "^4.0.0",
"@woocommerce/woocommerce-rest-api": "^1.0.1",
"antd": "^4.0.2",
"js-cookie": "^2.2.1",
"less": "^3.11.1",
"less-vars-to-js": "^1.3.0",
"next": "9.3.2",
"react": "16.12.0",
"react-dom": "16.12.0",
"react-progress": "^0.0.12",
"react-redux": "^7.2.0",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0"
},
"devDependencies": {
"@testing-library/react": "^10.0.2",
"@types/js-cookie": "^2.2.5",
"@types/node": "^13.7.1",
"@types/react": "^16.9.20",
"@types/react-redux": "^7.1.7",
"@zeit/next-less": "^1.0.1",
"babel-plugin-import": "^1.13.0",
"jest": "^25.2.6",
"null-loader": "^3.0.0",
"typescript": "^3.7.5",
"webpack-filter-warnings-plugin": "^1.2.1"
}
}