-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
39 lines (39 loc) · 1.04 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
{
"name": "woocommerce-react",
"version": "2.3.0",
"description": "React implementation of a store, with Woocommerce backend",
"main": "index.js",
"scripts": {
"dev": "next -p 9200",
"build": "next build && next export",
"start": "next start",
"analyze": "ANALYZE=1 next build",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mofesolapaul/woocommerce-react.git"
},
"author": "Banjo Mofesola Paul",
"license": "ISC",
"bugs": {
"url": "https://github.com/mofesolapaul/woocommerce-react/issues"
},
"homepage": "https://github.com/mofesolapaul/woocommerce-react#readme",
"dependencies": {
"crypto-js": "^3.1.9-1",
"flux-react": "^3.0.0",
"next": "^5.0.0",
"node-fetch": "^2.0.0",
"oauth-1.0a": "^2.2.4",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-paystack": "^1.0.1",
"react-places-autocomplete": "^7.1.1",
"toastr": "^2.1.4"
},
"devDependencies": {
"jest": "^22.2.2",
"webpack-bundle-analyzer": "^2.10.0"
}
}