forked from pinterest/gestalt
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 802 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
{
"name": "gestalt-docs",
"version": "0.0.0",
"private": true,
"license": "Apache-2.0",
"homepage": "https://gestalt.netlify.app",
"scripts": {
"start": "BROWSER=none react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"dependencies": {
"date-fns": "^2.16.1",
"gestalt": ">0.0.0",
"gestalt-datepicker": ">0.0.0",
"highlight.js": "^10.2.0",
"history": "^5.0.0",
"lz-string": "^1.4.4",
"marked": "^1.1.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-live": "^2.2.2",
"react-router-dom": "^5.2.0"
},
"devDependencies": {
"react-scripts": "4.0.0"
},
"browserslist": [
"last 2 versions",
"not IE < 11",
"not <1%"
]
}