-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.13 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
{
"license": "MIT",
"dependencies": {
"gsap": "^3.6.0",
"tailwindcss": "^2.1.2",
"xtendui": "^1.0.0-beta.17"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-transform-runtime": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@symfony/webpack-encore": "^1.1.2",
"autoprefixer": "^10.2.3",
"copy-webpack-plugin": "^6",
"core-js": "^3.0.0",
"eslint": "^7.23.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.3.1",
"file-loader": "^6.0.0",
"html-webpack-plugin": "^5.2.0",
"postcss": "^8.2.4",
"postcss-import": "^14.0.0",
"postcss-loader": "^4.2.0",
"postcss-nested": "^5.0.3",
"prettier-eslint": "^12.0.0",
"regenerator-runtime": "^0.13.2",
"webpack-notifier": "^1.6.0",
"webpack-pwa-manifest": "^4.3.0",
"workbox-webpack-plugin": "^6.2.4"
},
"scripts": {
"dev": "encore dev --watch",
"build": "NODE_ENV=production encore production --progress"
}
}