-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.04 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
{
"name": "nuxt-express-example",
"version": "1.0.0",
"description": "Nuxt.js with Express website example.",
"main": "index.js",
"repository": "https://github.com/kenote/nuxt-express-example.git",
"author": "thondery <thondery@163.com>",
"license": "MIT",
"dependencies": {
"@vue/composition-api": "^0.4.0",
"element-ui": "^2.13.0",
"express": "^4.17.1",
"nuxt": "^2.11.0",
"nuxt-property-decorator": "^2.5.1",
"ts-node": "^8.6.2",
"ts-optchain": "^0.1.8",
"vue-fragment": "^1.5.1"
},
"devDependencies": {
"@nuxt/typescript-build": "^0.6.0",
"@nuxtjs/svg": "^0.1.6",
"@types/express": "^4.17.3",
"@types/lodash": "^4.14.149",
"awesome-typescript-loader": "^5.2.1",
"babel-plugin-component": "^1.1.1",
"backpack-core": "^0.8.4",
"node-sass": "^4.13.1",
"sass-loader": "^8.0.2",
"tsconfig-paths-webpack-plugin": "^3.2.0",
"tslint": "^6.0.0",
"typescript": "^3.8.3"
},
"scripts": {
"develop": "backpack dev",
"build": "nuxt build && backpack build"
}
}