-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
36 lines (36 loc) · 972 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
31
32
33
34
35
36
{
"name": "design-tokens-generator",
"version": "1.0.0",
"description": "Create your Semantic Style Variables (Universal language for developers and designers)",
"author": "gustavoquinalha",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"deploy": "push-dir --dir=dist --branch=gh-pages --cleanup"
},
"dependencies": {
"@nuxtjs/google-gtag": "^1.0.4",
"aos": "^3.0.0-beta.6",
"axios": "^0.18.1",
"cross-env": "^5.2.0",
"nuxt": "^2.6.3",
"tmp": "^0.1.0",
"vue-github-buttons": "^3.1.0"
},
"devDependencies": {
"coffee-loader": "^0.9.0",
"coffeescript": "^2.3.2",
"fs": "0.0.1-security",
"node-sass": "^4.12.0",
"nodemon": "^1.18.9",
"nuxt-sass-resources-loader": "^2.0.5",
"pug": "2.0.3",
"pug-plain-loader": "^1.0.0",
"push-dir": "^0.4.1",
"sass-loader": "^7.1.0",
"tar": "^4.4.8"
}
}