-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
57 lines (57 loc) · 1.65 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
{
"name": "@tinajs/tina-hackernews",
"private": true,
"version": "0.1.0",
"description": "",
"author": "yelo",
"license": "MIT",
"scripts": {
"clean": "rimraf \"./dist/!(app.json)**\"",
"prestart": "run-s clean",
"prebuild": "run-s clean",
"start": "webpack -w",
"build": "cross-env NODE_ENV=production webpack"
},
"dependencies": {
"@tinajs/tina": "^1.5.0",
"@tinajs/tina-loading": "^0.2.0",
"@tinajs/tina-modal": "^0.2.0",
"@tinajs/tina-router": "^0.5.1",
"@tinajs/tinax": "^0.1.2",
"compose-function": "^3.0.3",
"date-fns": "^1.29.0",
"he": "^1.1.1",
"just-map-object": "^1.1.24",
"keymirror": "^0.1.1",
"p-queue": "^2.3.0",
"p-timeout": "^2.0.1",
"posthtml": "^0.10.1",
"promise.prototype.finally": "^3.1.0",
"uniq": "^1.0.1",
"wxio": "^0.3.3"
},
"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/runtime-corejs2": "^7.0.0",
"@tinajs/mina-entry-webpack-plugin": "^1.0.8",
"@tinajs/mina-loader": "^1.2.0",
"@tinajs/mina-runtime-webpack-plugin": "^1.0.2",
"babel-loader": "^8.0.4",
"cross-env": "^5.1.1",
"file-loader": "^1.1.11",
"npm-run-all": "^4.1.2",
"postcss-color-function": "^4.0.1",
"postcss-loader": "^2.0.8",
"precss": "^2.0.0",
"rimraf": "^2.6.2",
"uglify-loader": "^2.0.0",
"uglifyjs-webpack-plugin": "^1.1.2",
"url-loader": "^0.6.2",
"webpack": "^4.23.1",
"webpack-cli": "^3.1.0"
}
}