-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 1.05 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
{
"name": "mp-clippingkk",
"private": true,
"version": "3.2.2",
"description": "a new clippingkk mp client",
"main": "index.js",
"keywords": [],
"author": "AnnatarHe <[email protected]>",
"license": "MIT",
"scripts": {
"dev": "remax build -t wechat -w",
"dev:preview": "cross-env NODE_ENV=production remax build -t wechat -w --minimize",
"build:weapp": "cross-env NODE_ENV=production remax build -t wechat",
"release": "standard-version"
},
"dependencies": {
"@apollo/client": "^3.4.10",
"dayjs": "^1.10.6",
"miniapp-color-thief": "^1.0.5",
"promise.prototype.finally": "^3.1.2",
"react": "^17.0.2",
"react-redux": "^7.2.5",
"remax": "^2.15.5"
},
"devDependencies": {
"@remax/plugin-stylus": "^1.0.0",
"@types/promise.prototype.finally": "^2.0.4",
"@types/react": "^17.0.20",
"@types/react-redux": "^7.1.18",
"cross-env": "^7.0.3",
"graphql": "^15.5.3",
"graphql-tag": "^2.12.5",
"raw-loader": "^4.0.2",
"standard-version": "^9.3.1",
"typescript": "^4.4.2"
}
}