-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 789 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 789 Bytes
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
{
"name": "geode",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"chart.js": "^2.9.4",
"core-js": "^3.10.1",
"nuxt": "^v2.15.5",
"vue-chartjs": "^3.5.1",
"vue-ellipse-progress": "^1.3.0",
"vue-scrollto": "^2.20.0"
},
"devDependencies": {
"@nuxtjs/pwa": "^3.3.5",
"@nuxtjs/tailwindcss": "^4.0.3",
"@tailwindcss/forms": "^0.2.1",
"@tailwindcss/jit": "^0.1.18",
"autoprefixer": "^10.0.2",
"css-loader": "^5.2.1",
"postcss": "^8.2.10",
"postcss-import": "^13.0.0",
"postcss-loader": "^4.2.0",
"postcss-url": "^10.1.3",
"sass-loader": "^10.1.1",
"tailwindcss": "^2.1.1"
}
}