-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.24 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
{
"name": "rocket-css",
"version": "1.2.0",
"description": "The home of the open source lightweight Rocket CSS framework.",
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sts-ryan-holton/rocket-css"
},
"keywords": [
"rocket css",
"css",
"css framework",
"flexbox framework"
],
"author": "Ryan Holton",
"license": "MIT",
"bugs": {
"url": "https://github.com/sts-ryan-holton/rocket-css/issues"
},
"homepage": "https://sts-ryan-holton.github.io/rocket-css/",
"dependencies": {
"nuxt": "2.3.4"
},
"devDependencies": {
"babel-eslint": "^9.0.0",
"eslint": "^5.12.0",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.7.1",
"eslint-plugin-vue": "^4.0.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^5.0.0",
"gulp-clean-css": "^3.10.0",
"gulp-cli": "^2.0.1",
"gulp-concat": "^2.6.1",
"gulp-imagemin": "^4.1.0",
"gulp-sass": "^4.0.2",
"gulp-watch": "^5.0.1",
"node-sass": "^4.11.0",
"sass-loader": "^7.1.0"
}
}