-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
33 lines (33 loc) · 828 Bytes
/
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
{
"name": "site",
"version": "1.0.0",
"description": "site Wordpress theme",
"main": "./src/index.js",
"author": "Jull Weber <[email protected]>",
"scripts": {
"dev": "parcel watch ./src/site.js",
"build": "parcel build ./src/site.js"
},
"watchreload": {
"files": [
"**/*.php",
"**/*.twig"
]
},
"license": "MIT",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-eslint": "^10.0.1",
"babel-preset-env": "^1.7.0",
"eslint": "^5.6.1",
"eslint-config-prettier": "^3.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.11.1",
"parcel-bundler": "^1.10.1",
"parcel-plugin-watch-reload": "^0.0.2",
"prettier": "^1.14.3",
"sass": "^1.14.1",
"tailwindcss": "^0.6.6"
}
}