-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.16 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
{
"name": "@alifd/scaffold-lite-js",
"version": "0.1.0",
"description": "轻量级模板,使用 JavaScript,仅包含基础的 Layout。",
"dependencies": {
"@alifd/next": "^1.19.4",
"@alifd/theme-design-pro": "^0.x",
"@uniswap/sdk": "^3.0.3",
"ethers": "^5.0.14",
"moment": "^2.24.0",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"web3": "^1.3.0"
},
"devDependencies": {
"@ice/spec": "^1.0.0",
"build-plugin-fusion": "^0.1.0",
"build-plugin-moment-locales": "^0.1.0",
"eslint": "^6.0.1",
"ice.js": "^1.0.0",
"stylelint": "^13.2.0"
},
"scripts": {
"start": "icejs start",
"build": "icejs build",
"lint": "npm run eslint && npm run stylelint",
"eslint": "eslint --cache --ext .js,.jsx ./",
"stylelint": "stylelint ./**/*.scss"
},
"ideMode": {
"name": "ice-react"
},
"iceworks": {
"type": "react",
"adapter": "adapter-react-v3"
},
"engines": {
"node": ">=8.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/alibaba-fusion/materials/tree/master/scaffolds/scaffold-lite-js"
},
"private": true,
"originTemplate": "@alifd/scaffold-lite-js"
}