-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
35 lines (35 loc) · 897 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
{
"name": "lanlan",
"version": "1.0.0",
"description": "",
"scripts": {
"dev": "parcel index.html",
"build": "parcel build --no-content-hash index.html --public-url ./",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@ant-design/icons": "^5.0.1",
"antd": "^5.3.0",
"async-validator": "^4.2.5",
"coco-git": "^1.3.6",
"framer-motion": "^10.2.4",
"htm": "^3.1.1",
"postcss-custom-properties": "^13.1.4",
"preact": "^10.13.1",
"process": "^0.11.10",
"react-hot-toast": "^2.4.0",
"react-use-measure": "^2.1.1"
},
"devDependencies": {
"parcel": "^2.8.3",
"postcss": "^8.4.21"
},
"alias": {
"react": "preact/compat",
"react-dom/test-utils": "preact/test-utils",
"react-dom": "preact/compat",
"react/jsx-runtime": "preact/jsx-runtime"
}
}