generated from FriendsOfREDAXO/rex_repo_template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 905 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
34
35
36
{
"private": true,
"name": "vite-rex-addon",
"type": "module",
"scripts": {
"dev": "cross-env NODE_ENV=development vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"postcss-cli": "^11.0.0"
},
"devDependencies": {
"@babel/core": "^7.23.7",
"@babel/eslint-parser": "^7.23.3",
"@rushstack/eslint-patch": "^1.2.0",
"autoprefixer": "^10.4.16",
"cross-env": "^7.0.3",
"eslint": "^9.2.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.0",
"postcss": "^8.4.33",
"postcss-nesting": "^12.0.2",
"prettier": "^3.1.1",
"stylelint": "^16.0.2",
"stylelint-config-standard": "^36.0.0",
"tailwindcss": "^3.4.0",
"typescript": "^5.3.3",
"vite": "^5.2.14",
"rollup-plugin-copy": "^3.5.0",
"vite-plugin-live-reload": "^3.0.2"
},
"engines": {
"node": ">=14"
}
}