-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.21 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
{
"name": "lua-china",
"version": "1.0.0",
"description": "My brilliant Nuxt.js project",
"author": "AmazingMoon",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development nodemon server/index.js --watch server",
"build": "nuxt build",
"start": "cross-env NODE_ENV=production node server/index.js",
"generate": "nuxt generate"
},
"dependencies": {
"@nuxt/ufo": "^0.5.4",
"@popperjs/core": "^2.10.2",
"@sentry/browser": "^6.14.0",
"@sentry/tracing": "^6.14.0",
"axios": "^0.21.1",
"bootstrap": "^5.1.3",
"bootstrap-icons": "^1.6.1",
"cross-env": "^5.2.0",
"crypto-js": "^3.1.9-1",
"highlight.js": "^10.4.1",
"html-entities": "^2.3.2",
"identicon.js": "^2.3.3",
"inline-attachment": "^2.0.3",
"koa": "^2.6.2",
"lodash": "^4.17.21",
"marked": "^3.0.8",
"medium-zoom": "^1.0.6",
"nuxt": "^2.15.8",
"simplemde": "^1.11.2",
"vee-validate": "^3.4.13",
"vue-star": "0.0.4"
},
"devDependencies": {
"node-sass": "^4.11.0",
"nodemon": "^1.18.9",
"sass-loader": "^7.1.0"
}
}