forked from quietly-turning/Lua-For-SM5
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.09 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
{
"name": "lua_for_sm5",
"version": "0.1.0",
"private": true,
"browserslist": [
"last 1 version",
"> 1%",
"maintained node versions",
"not dead"
],
"dependencies": {
"@primer/octicons-react": "^9.6.0",
"bootstrap": "github:twbs/bootstrap",
"gh-pages": "^2.2.0",
"highlight.js": "^10.3.1",
"jquery": "^3.5.1",
"lodash": "^4.17.20",
"popper.js": "^1.16.1",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-html-parser": "^2.0.2",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.3",
"typescript": "^3.9.7"
},
"scripts": {
"start": "npm run convert-pages && sass --watch src/_styles/ | react-scripts start",
"build": "npm run convert-pages && sass src/_styles && react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"convert-pages": "node src/html-to-json.js"
},
"homepage": "https://quietly-turning.github.io/Lua-For-SM5/",
"devDependencies": {
"recursive-readdir": "^2.2.2"
}
}