-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
71 lines (71 loc) · 2.24 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "@commerce-ui/core",
"description": "React PWA (single page application) e-commerce UI framework",
"scripts": {
"publish-docs": "now --target production -t $NOW_TOKEN --scope commerce-ui",
"watch": "babel src/packages --out-dir dist --watch",
"build": "babel src/packages --out-dir dist && rm -Rf dist/*/examples && cp package.json dist",
"dev": "next --port 3333",
"build-for-demo": "npm run build && rm -Rf ./demo/node_modules/@commerce-ui && mkdir -p ./demo/node_modules/@commerce-ui/core && cp -R dist/* ./demo/node_modules/@commerce-ui/core",
"now-build": "npm run build && next build"
},
"dependencies": {
"mobile-detect": "^1.4.3",
"next": "^9.0.8",
"popper.js": "^1.14.3",
"react-input-mask": "^2.0.4",
"react-modal": "^3.8.1",
"react-responsive": "^8.0.1",
"react-visibility-sensor": "^5.0.2",
"responsive-helpers": "^0.2.1",
"simpleswiper": "^0.10.5",
"use-debounce": "^2.1.0"
},
"peerDependencies": {
"react": "^16.8.6",
"react-dom": "^16.8.6",
"@emotion/core": "^10.0.7",
"@emotion/styled": "^10.0.7",
"next": "^9.0.3"
},
"devDependencies": {
"@babel/cli": "^7.2.0",
"@babel/core": "^7.1.6",
"@babel/node": "^7.2.2",
"@babel/preset-env": "^7.1.6",
"@babel/preset-flow": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@emotion/babel-preset-css-prop": "^10.0.9",
"@emotion/core": "^10.0.7",
"@emotion/styled": "^10.0.7",
"@svgr/webpack": "^4.2.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.4",
"babel-plugin-emotion": "^10.0.7",
"babel-preset-flow": "^6.23.0",
"eslint": "^5.9.0",
"eslint-plugin-react": "^7.12.4",
"extract-react-types-loader": "^0.3.1",
"husky": "^1.2.0",
"imgix-core-js": "^2.1.0",
"markdown-to-jsx": "^6.9.3",
"prettier": "1.15.2",
"pretty-quick": "^1.8.0",
"prismjs": "^1.16.0",
"raw-loader": "^2.0.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-markdown": "^4.0.6",
"styletron-engine-atomic": "^1.1.2",
"styletron-react": "^5.0.1",
"webpack": "^4.26.1",
"webpack-cli": "^3.2.1"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"version": "0.7.6",
"license": "GPL-3.0"
}