-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
54 lines (54 loc) · 1.64 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
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "atom-note",
"version": "1.1.0",
"desktopName": "Atom Note",
"productName": "Atom Note",
"scripts": {
"serve": "vite preview",
"build": "vite build",
"dev": "vite",
"electron:build": "vue-cli-service electron:build",
"electron:serve": "vue-cli-service electron:serve",
"postinstall": "electron-builder install-app-deps",
"postuninstall": "electron-builder install-app-deps"
},
"main": "background.js",
"dependencies": {
"@element-plus/icons-vue": "^0.2.6",
"axios": "^0.24.0",
"dayjs": "^1.10.7",
"element-plus": "^1.3.0-beta.7",
"nanoid": "^3.1.30",
"nf-tool": "0.0.6",
"nf-web-storage": "^0.2.3",
"vue": "^3.2.16",
"vue-router": "^4.0.12",
"vuex": "^4.0.2"
},
"devDependencies": {
"@babel/core": "^7.16.12",
"@babel/plugin-proposal-optional-chaining": "^7.16.7",
"@babel/plugin-transform-runtime": "^7.16.10",
"@babel/preset-env": "^7.16.11",
"@types/electron-devtools-installer": "^2.2.0",
"@vitejs/plugin-vue": "^1.9.3",
"@vue/cli-plugin-typescript": "~4.5.0",
"@vue/cli-service": "^4.5.15",
"autoprefixer": "^9.8.8",
"babel-loader": "^8.2.3",
"electron": "^13.0.0",
"electron-devtools-installer": "^3.1.0",
"postcss": "^7.0.39",
"postcss-plugin": "^1.0.0",
"pug-plain-loader": "^1.1.0",
"sass": "^1.44.0",
"sass-loader": "^10.1.1",
"svg-sprite-loader": "^6.0.11",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.17",
"typescript": "~4.1.5",
"unplugin-element-plus": "^0.1.3",
"vite": "^2.6.4",
"vite-plugin-pug": "^0.3.0",
"vue-cli-plugin-electron-builder": "~2.1.1"
}
}