generated from NuiCpp/nui-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.02 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
{
"description": "",
"name": "nui-template",
"version": "1.0.0",
"watch": {
"build": {
"patterns": [
"static",
"frontend"
],
"extensions": "js,mjs,scss,html,css,cpp,hpp,txt",
"delay": 1000
}
},
"scripts": {
"build": "bash scripts/build.sh",
"watch": "npm-watch"
},
"devDependencies": {
"npm-watch": "^0.11.0",
"parcel": "^2.7.0",
"parcel-reporter-static-files-copy": "^1.4.0",
"rimraf": "^3.0.2"
},
"staticFiles": {
"staticPath": "static/assets",
"staticOutPath": "assets"
},
"dependencies": {
"@codemirror/lang-cpp": "^6.0.2",
"@codemirror/state": "^6.2.0",
"@lezer/common": "^1.0.2",
"@popperjs/core": "^2.11.6",
"bootstrap": "^5.2.2",
"codemirror": "^6.0.1"
},
"overrides": {
"@codemirror/lang-cpp": {
"@lezer/common": "$@lezer/common"
}
}
}