-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.6 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "vulcan",
"private": true,
"version": "1.0.0",
"description": "Vulcan",
"main": "index.js",
"keywords": [
"Vulcan",
"miniprogram",
"mobile"
],
"author": "jiayizhen",
"license": "MIT",
"scripts": {
"dev": "remax build -w -t",
"build": "cross-env NODE_ENV=production remax build -t",
"clean": "rm -rf dist",
"lint": "tsc --noEmit && eslint --ignore-path .gitignore --ext .ts,.tsx ./",
"travis:script": "npm run lint",
"travis:before-script": "yarn"
},
"dependencies": {
"@antv/f2": "^3.7.7",
"@remax/plugin-less": "^1.0.0",
"autoprefixer": "^9.8.6",
"classnames": "^2.2.6",
"formstate-x": "^1.2.0",
"js-base64": "^3.4.5",
"lodash": "~4.17.21",
"mobx": "^5.15.7",
"mobx-react": "^6.3.0",
"moment": "^2.28.0",
"querystring": "^0.2.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"remax": "^2.11.8"
},
"devDependencies": {
"@qiniu/eslint-config": "0.0.4",
"@svgr/webpack": "^5.4.0",
"@types/classnames": "^2.2.10",
"@types/react": "^16.9.16",
"@typescript-eslint/eslint-plugin": "^3.9.1",
"babel-preset-remax": "^2.7.7",
"cross-env": "^7.0.2",
"eslint": "^6.5.1",
"eslint-import-resolver-typescript": "^2.2.1",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-react-hooks": "^1.7.0",
"file-loader": "^6.0.0",
"qiniu": "^7.3.2",
"svgo-loader": "^2.2.1",
"typescript": "^3.7.3",
"url-loader": "^4.1.0",
"walk": "^2.3.14"
},
"engines": {
"node": ">=12.x"
}
}