-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.48 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
{
"name": "docs",
"version": "1.0.0",
"private": true,
"dependencies": {
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"brfs": "^2.0.1",
"browserify": "^16.2.3",
"elasticlunr": "^0.9.5",
"i": "^0.3.6",
"isomorphic-fetch": "^2.2.1",
"lodash.get": "^4.4.2",
"marked": "^0.7.0",
"measure": "^0.1.1",
"react": "^16.6.3",
"react-ace": "^6.2.0",
"react-bootstrap": "^0.32.4",
"react-bootstrap-toggle": "^2.3.1",
"react-dom": "^16.6.3",
"react-notify-toast": "^0.5.0",
"react-router": "^4.3.1",
"react-router-bootstrap": "^0.24.4",
"react-router-dom": "^4.3.1",
"react-router-hash-link": "^1.2.1",
"react-router-sitemap": "^1.2.0",
"react-scripts": "^2.1.2",
"remark": "^10.0.1",
"remark-slug": "^5.1.1",
"typeface-cooper-hewitt": "0.0.44",
"video-react": "^0.13.1"
},
"scripts": {
"start": "react-scripts start",
"sitemap": "babel-node src/sitemap/sitemap-generator.js",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@babel/node": "^7.12.10",
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-register": "^6.26.0",
"typescript": "^3.9.7"
}
}