-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.14 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
{
"name": "create-checkout-prototype-v2",
"version": "0.1.0",
"private": true,
"dependencies": {
"@nrwl/workspace": "^11.5.2",
"@vtex/styleguide": "^9.136.1",
"@zeit/next-css": "^1.0.1",
"immutability-helper": "^3.1.1",
"lodash": "^4.17.21",
"next": "10.0.9",
"next-transpile-modules": "^6.3.0",
"query-string": "^7.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-addons-css-transition-group": "^15.6.2",
"react-helmet": "^6.1.0",
"react-intl": "^5.13.5",
"react-scripts": "4.0.3",
"render": "^0.1.4",
"save": "^2.4.0",
"tachyons": "^4.12.0",
"vtex-tachyons": "^3.2.2",
"web-vitals": "^1.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}