-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 1.19 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
{
"name": "pandasite",
"private": true,
"scripts": {
"develop": "gridsome develop",
"dist": "gridsome build"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"@gridsome/plugin-google-analytics": "^0.1.2",
"@gridsome/plugin-sitemap": "^0.4.0",
"@gridsome/remark-prismjs": "^0.5.0",
"@gridsome/source-filesystem": "^0.6.2",
"@gridsome/transformer-remark": "^0.6.4",
"@gridsome/vue-remark": "^0.2.6",
"@microflash/gridsome-plugin-feed": "^1.2.2",
"axios": "^0.24.0",
"core-js": "^3.19.2",
"gridsome": "^0.7.23",
"gridsome-plugin-flexsearch": "^2.0.2",
"gridsome-plugin-remark-prismjs-all": "^0.4.8",
"highlight.js": "^11.3.1",
"moment": "^2.29.1",
"surge": "^0.23.0",
"vue": "2.6.12",
"vue-slider-component": "^3.2.15"
},
"devDependencies": {
"autoprefixer": "^9.8.8",
"gridsome-plugin-pug": "^0.0.3",
"gridsome-plugin-service-worker": "^0.2.8",
"gridsome-plugin-tailwindcss": "^4.1.1",
"postcss": "^7.0.39",
"postcss-loader": "^6.2.1",
"pug": "^2.0.4",
"standard": "^16.0.4",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.17"
}
}