-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
63 lines (63 loc) · 1.83 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "grind-site",
"version": "0.8.6",
"private": true,
"scripts": {
"build": "grind-build",
"cli": "grind-boot",
"lint:js": "eslint app boot resources/assets/babel",
"lint:scss": "sass-lint --verbose --max-warnings=0 --no-exit"
},
"dependencies": {
"atom-jinja2": "https://github.com/danielchatfield/atom-jinja2",
"autoprefixer": "^6.7.0",
"bootstrap-sass": "^3.3.7",
"cache-manager": "^2.4.0",
"github": "^9.2.0",
"grind-assets": "^0.8.6",
"grind-cache": "^0.8.0",
"grind-cli": "^0.8.0",
"grind-framework": "^0.8.0",
"grind-html": "^0.8.5",
"grind-http": "^0.8.5",
"grind-stone": "^0.8.5",
"grind-support": "^0.8.0",
"grind-view": "^0.8.0",
"highlights": "^3.1.4",
"language-json5": "https://github.com/wiredmax/language-json5",
"language-stone": "https://github.com/grindjs/stone-editor-atom.git",
"markdown-it": "^8.2.2",
"markdown-it-anchor": "^2.6.0",
"markdown-it-expand-tabs": "^1.0.11",
"markdown-it-table-of-contents": "^0.3.1",
"markdown-it-task-lists": "^1.4.1",
"normalize.css": "^8.0.1",
"ouch": "^2.0.0",
"semver": "^5.3.0"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/register": "^7.9.0",
"autoprefixer": "^9.7.6",
"babel-eslint": "^10.1.0",
"babel-plugin-module-resolver": "^4.0.0",
"babel-plugin-transform-isnil": "^1.0.1",
"babel-preset-grind": "^0.8.0-beta.4",
"babelify": "^10.0.0",
"browserify": "^16.5.1",
"clean-css": "^4.2.3",
"eslint": "^6.8.0",
"eslint-plugin-import-auto-name": "^1.1.0",
"grind-scripts": "^0.8.3",
"node-sass": "^4.13.1",
"sass-lint": "^1.13.1",
"svgo": "^1.3.2",
"uglify-js": "^3.9.1",
"ws": "^7.2.5"
},
"engines": {
"node": ">=10.13"
}
}