-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.85 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.85 KB
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": "mini-program",
"private": true,
"version": "0.1.1",
"description": "",
"main": "index.js",
"author": "yanlele",
"license": "MIT",
"scripts": {
"clean": "rimraf \"./dist/!(app.json)**\"",
"precommit": "lint-staged",
"prestart": "run-s clean",
"prebuild": "run-s clean",
"dev": "webpack --watch --progress",
"build": "cross-env NODE_ENV=production webpack"
},
"dependencies": {
"iview-weapp": "^2.0.0",
"lodash": "^4.17.11",
"redux": "^4.0.1",
"redux2miniapp": "^0.0.2"
},
"devDependencies": {
"@babel/core": "^7.1.0",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-proposal-export-default-from": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-typescript": "^7.3.3",
"@babel/runtime-corejs3": "^7.4.4",
"@tinajs/mina-entry-webpack-plugin": "^1.1.1",
"@tinajs/mina-loader": "^1.5.1",
"@tinajs/mina-runtime-webpack-plugin": "^1.2.1",
"@tinajs/wxml-loader": "0.3.1-fork.1",
"@tinajs/wxs-loader": "^1.2.1",
"@types/node": "^12.0.2",
"@typescript-eslint/eslint-plugin": "^1.9.0",
"@typescript-eslint/parser": "^1.9.0",
"babel-loader": "^8.0.4",
"babel-plugin-lodash": "^3.3.4",
"cross-env": "^5.1.1",
"es6-promise": "^4.2.4",
"eslint": "^5.16.0",
"eslint-config-prettier": "^4.2.0",
"file-loader": "^1.1.11",
"json5": "^2.1.0",
"less": "^3.9.0",
"less-loader": "^5.0.0",
"lint-staged": "^7.2.0",
"lodash-webpack-plugin": "^0.11.5",
"npm-run-all": "^4.1.2",
"prettier": "^1.13.7",
"regenerator-runtime": "^0.13.2",
"relative-file-loader": "^1.1.12",
"rimraf": "^2.6.2",
"typescript": "^3.4.5",
"uglifyjs-webpack-plugin": "^1.2.7",
"url-loader": "^0.6.2",
"webpack": "^4.23.1",
"webpack-cli": "^3.1.0"
}
}