-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 942 Bytes
/
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
{
"name": "eogs",
"private": true,
"scripts": {
"build": "node $NODE_DEBUG_OPTION node_modules/.bin/gridsome build",
"develop": "node $NODE_DEBUG_OPTION node_modules/.bin/gridsome develop",
"explore": "node $NODE_DEBUG_OPTION node_modules/.bin/gridsome explore",
"lint:css": "stylelint 'src/**/*.{vue,css,scss}'"
},
"dependencies": {
"@gridsome/source-filesystem": "^0.6.0",
"@gridsome/transformer-remark": "^0.6.3",
"date-fns": "^2.0.0",
"gridsome": "^0.7.0",
"gridsome-plugin-remark-shiki": "^0.3.0",
"normalize.css": "^8.0.1",
"ramda": "^0.27.1"
},
"devDependencies": {
"@vue/eslint-config-prettier": "^6.0.0",
"eslint": "^7.9.0",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-vue": "^6.1.2",
"postcss-nesting": "^7.0.1",
"pug": "^2.0.3",
"pug-plain-loader": "^1.0.0",
"stylelint": "^13.7.1",
"stylelint-config-recommended": "^3.0.0"
}
}