-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.17 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
{
"name": "@property-app/client",
"version": "1.0.0",
"private": true,
"license": "Apache-2.0",
"dependencies": {
"@inertiajs/inertia": "^0.1.9",
"@inertiajs/inertia-react": "^0.1.6",
"formik": "^2.1.4",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-transition-group": "^4.4.1",
"tailwindcss": "^1.4.6"
},
"scripts": {
"build": "NODE_ENV=production rollup -c",
"watch": "rollup -c -w",
"dev": "NODE_ENV=development yarn watch"
},
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.9.6",
"@babel/preset-react": "^7.9.4",
"@rollup/plugin-babel": "^5.0.0",
"@rollup/plugin-commonjs": "^11.1.0",
"@rollup/plugin-json": "^4.0.3",
"@rollup/plugin-multi-entry": "^3.0.0",
"@rollup/plugin-node-resolve": "^7.1.3",
"@rollup/plugin-replace": "^2.3.2",
"autoprefixer": "^9.7.6",
"matched": "^5.0.0",
"prettier": "2.0.5",
"rollup": "^2.8.2",
"rollup-plugin-delete": "^1.2.0",
"rollup-plugin-includepaths": "^0.2.3",
"rollup-plugin-output-manifest": "^1.0.2",
"rollup-plugin-postcss": "^3.1.1"
}
}