-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.14 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
{
"name": "grind-example-web",
"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": {
"grind-core-frontend": "^0.8.6",
"grind-db": "^0.8.0",
"grind-orm": "^0.8.0",
"sqlite3": "^4.2.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.14.0",
"normalize.css": "^8.0.1",
"ouch": "^2.0.0",
"sass-lint": "^1.13.1",
"svgo": "^1.3.2",
"uglify-js": "^3.9.1",
"ws": "^7.2.5"
},
"engines": {
"node": ">=10.13"
}
}