-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 898 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 898 Bytes
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
{
"name": "dev-website",
"private": true,
"license": "(MIT OR BSD-3-Clause)",
"scripts": {
"start": "react-static start",
"stage": "react-static build --staging",
"build": "react-static build",
"serve": "serve dist -l 3000",
"run-mocha": "./node_modules/.bin/mocha --require @babel/register",
"test": "yarn build && yarn run-mocha"
},
"dependencies": {
"cheerio": "^1.0.0-rc.3",
"classnames": "^2.2.6",
"core-js": "^3.6.4",
"html-react-parser": "^0.10.5",
"js-yaml": "^3.14.0",
"prismjs": "^1.23.0",
"react-router-dom": "^5.2.0",
"react-router-hash-link": "^1.2.2",
"react-static": "7.4.0",
"react-static-plugin-react-router": "^7.4.0",
"react-static-plugin-sass": "^7.3.0",
"showdown": "^1.9.1"
},
"devDependencies": {
"broken-link-checker": "^0.7.8",
"mocha": "^7.2.0",
"should": "^13.2.3"
}
}