-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.59 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
{
"name": "grind-example-react",
"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": {
"@khrrsn/react-conductor": "^1.0.9",
"classnames": "^2.2.6",
"grind-core-frontend": "^0.8.6",
"grind-db": "^0.8.0",
"grind-orm": "^0.8.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"sqlite3": "^4.2.0"
},
"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.11.0",
"@babel/plugin-transform-react-jsx": "^7.10.4",
"@babel/preset-env": "^7.11.0",
"@babel/register": "^7.10.5",
"@rollup/plugin-babel": "^5.1.0",
"@rollup/plugin-commonjs": "^14.0.0",
"@rollup/plugin-node-resolve": "^8.4.0",
"@rollup/plugin-replace": "^2.3.3",
"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.5",
"clean-css": "^4.2.3",
"eslint": "^6.8.0",
"eslint-config-grind": "^2.3.0",
"eslint-plugin-import-auto-name": "^1.1.0",
"eslint-plugin-react": "^7.19.0",
"grind-react-dev": "^0.8.0",
"grind-scripts": "^0.8.3",
"node-sass": "^4.14.1",
"normalize.css": "^8.0.1",
"postcss": "^7.0.27",
"rollup": "^2.23.0",
"rollup-plugin-postcss": "^3.1.3",
"sass-lint": "^1.13.1",
"svgo": "^1.3.2",
"uglify-es": "^3.3.9",
"ws": "^7.2.5"
},
"engines": {
"node": ">=10.0"
}
}