-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
35 lines (35 loc) · 1 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
{
"name": "lua_for_sm5",
"version": "0.1.0",
"private": true,
"browserslist": [
"defaults"
],
"dependencies": {
"@popperjs/core": "^2.11.8",
"@primer/octicons-react": "^19.14.0",
"bootstrap": "^5.3.3",
"gh-pages": "^6.3.0",
"highlight.js": "^11.11.1",
"html-react-parser": "^5.2.2",
"jquery": "^3.7.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router": "^7.1.5",
"react-router-dom": "^7.1.5"
},
"scripts": {
"start": "npm run convert-pages && sass --watch src/_styles/ | react-scripts start",
"build": "npm run convert-pages && sass src/_styles && react-scripts build",
"deploy": "gh-pages -d build",
"predeploy": "npm run build",
"convert-pages": "node src/html-to-json.js"
},
"homepage": "https://quietly-turning.github.io/Lua-For-SM5/",
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"react-scripts": "^5.0.1",
"recursive-readdir": "^2.2.3",
"sass": "^1.83.4"
}
}