-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.53 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
{
"name": "@icedesign/homepage-scaffold",
"version": "3.0.1",
"description": "该模板适用于产品的首页介绍,默认只有一个页面,使用时需要根据需求进行删除和添加",
"dependencies": {
"@alifd/next": "^1.x",
"@antv/data-set": "^0.9.6",
"@icedesign/container": "^1.x",
"@icedesign/img": "^1.x",
"@icedesign/layout": "^1.x",
"@icedesign/theme": "^1.x",
"bignumber.js": "^9.0.0",
"bizcharts": "^3.2.4",
"classnames": "^2.2.5",
"ethereumjs-abi": "^0.6.8",
"ethers": "^4.0.46",
"foundation-symbol": "^0.1.4",
"ice.js": "^1.1.3",
"moment": "^2.23.0",
"prop-types": "^15.5.8",
"quarkchain-web3-beta": "^2.0.1",
"react": "^16.4.1",
"react-cookies": "^0.1.1",
"react-dom": "^16.4.1",
"react-router-dom": "^5.0.1",
"web3": "^1.2.4"
},
"devDependencies": {
"@ice/spec": "^0.1.1",
"eslint": "^6.0.1",
"stylelint": "^10.1.0",
"ice-scripts": "^2.0.0",
"ice-plugin-fusion": "^0.1.4",
"ice-plugin-moment-locales": "^0.1.0"
},
"scripts": {
"start": "ice-scripts dev",
"build": "ice-scripts build",
"lint": "npm run eslint && npm run stylelint",
"eslint": "eslint --cache --ext .js,.jsx ./",
"stylelint": "stylelint ./**/*.scss"
},
"iceworks": {
"type": "react",
"adapter": "adapter-react-v3"
},
"ideMode": {
"name": "ice-react"
},
"repository": {
"type": "git",
"url": "https://github.com/ice-lab/react-materials/tree/master/scaffolds/ice-homepage"
},
"title": "qkc-auction"
}