-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
31 lines (31 loc) · 902 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": "safenetwork.tech",
"private": true,
"license": "(MIT OR BSD-3-Clause)",
"scripts": {
"start": "react-static start",
"stage": "react-static build --staging",
"build": "yarn run clean-build && react-static build",
"serve": "serve dist -l 3001",
"clean-build": "./node_modules/.bin/del-cli -f ./dist"
},
"dependencies": {
"classnames": "^2.2.6",
"copy-to-clipboard": "^3.3.1",
"core-js": "^3.6.5",
"email-validator": "^2.0.4",
"html-to-react": "^1.4.3",
"markdown-it": "^11.0.0",
"react-device-detect": "^1.12.1",
"react-lazyload": "^2.6.7",
"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",
"typeface-vollkorn": "^0.0.72"
},
"devDependencies": {
"del-cli": "^3.0.1"
}
}