-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.42 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": "youtube-media",
"version": "1.0.0",
"description": "YouTube Media Front",
"dependencies": {
"@alifd/next": "^1.20.16",
"@alifd/theme-design-pro": "^0.6.2",
"@ice/store": "^1.4.2",
"@icedesign/container": "^1.0.5",
"@icedesign/img": "^1.0.4",
"@icedesign/panel": "^1.0.4",
"@skyworthcloud/component": "^1.0.8",
"@types/react": "^16.9.41",
"@types/react-dom": "^16.9.4",
"axios": "^0.19.2",
"classnames": "^2.2.5",
"clipboard": "^2.0.4",
"deepmerge": "^4.2.2",
"lodash.clonedeep": "^4.5.0",
"moment": "^2.24.0",
"prop-types": "^15.5.8",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-intl": "^2.8.0"
},
"devDependencies": {
"@ice/spec": "^1.0.0",
"build-plugin-fusion": "^0.1.3",
"build-plugin-ice-auth": "^1.6.2",
"build-plugin-moment-locales": "^0.1.0",
"circular-dependency-plugin": "^5.2.0",
"eslint": "^6.0.1",
"ice.js": "^1.5.0",
"stylelint": "^13.2.0"
},
"scripts": {
"start": "icejs start --port=4444",
"build": "icejs build",
"lint": "npm run eslint && npm run stylelint",
"eslint": "eslint --cache --ext .js,.jsx ./",
"stylelint": "stylelint ./**/*.scss",
"design": "icejs build --design"
},
"engines": {
"node": ">=8.0.0"
},
"iceworks": {
"type": "react",
"adapter": "adapter-react-v3"
},
"title": "youtube-media",
"ideMode": {
"name": "ice-react"
}
}