forked from contentful/apps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 819 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
{
"name": "hello-world-react-example",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "parcel src/index.html",
"build": "parcel build src/index.html",
"format": "prettier --config ./.prettierrc --write src/**/*.tsx"
},
"dependencies": {
"@contentful/forma-36-fcss": "^0.0.35",
"@contentful/forma-36-react-components": "^3.37.1",
"@contentful/forma-36-tokens": "^0.5.2",
"contentful-ui-extensions-sdk": "^3.14.2",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"devDependencies": {
"@types/react": "^16.9.34",
"@types/react-dom": "^16.9.7",
"parcel-bundler": "^1.12.4",
"prettier": "^2.0.5",
"typescript": "^3.8.3"
},
"browserslist": [
"last 5 Chrome version",
"> 1%",
"not ie <= 11"
]
}