forked from xiaolds/fountain-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 2.12 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "@icedesign/universal-homepage-scaffold",
"version": "1.0.0",
"description": "同义-音乐喷泉私人订制提供商",
"files": [
"src/",
"build/",
"public/",
"tests/",
"_gitignore",
".editorconfig",
".eslintignore",
".eslintrc"
],
"dependencies": {
"@alifd/next": "^1.15.11",
"@antv/data-set": "^0.9.6",
"@fortawesome/fontawesome-svg-core": "^1.2.19",
"@fortawesome/free-solid-svg-icons": "^5.9.0",
"@fortawesome/react-fontawesome": "^0.1.4",
"@icedesign/container": "^1.x",
"@icedesign/img": "^1.x",
"@icedesign/layout": "^1.x",
"@icedesign/theme": "^1.x",
"bizcharts": "^3.2.4",
"classnames": "^2.2.5",
"enquire-js": "^0.1.3",
"foundation-symbol": "^0.1.4",
"gh-pages": "^2.0.1",
"isomorphic-unfetch": "^3.0.0",
"prop-types": "^15.5.8",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-router-dom": "^4.2.2",
"react-swipeable-views": "^0.13.3",
"react-swipeable-views-utils": "^0.13.3",
"video.js": "^6.13.0"
},
"devDependencies": {
"babel-eslint": "^8.0.3",
"eslint": "^4.13.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-babel": "^4.1.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.5.1",
"ice-scripts": "^2.0.0",
"webpack-bundle-analyzer": "^3.3.2",
"ice-plugin-css-assets-local": "^0.1.0",
"ice-plugin-fusion": "^0.1.4",
"ice-plugin-moment-locales": "^0.1.0"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "ice-scripts dev",
"build": "ice-scripts build",
"lint": "eslint . --ext '.js,.jsx' --fix"
},
"publishConfig": {
"registry": "http://registry.npmjs.com",
"access": "public"
},
"scaffoldConfig": {
"builder": "ice-scripts",
"name": "ice-universal-homepage",
"title": "通用型官网",
"categories": [
"官网模板"
],
"screenshot": "https://img.alicdn.com/tfs/TB1npsvdSzqK1RjSZFpXXakSXXa-2860-1580.png"
},
"title": "TY音乐喷泉",
"homepage": "https://test.fountain-site.top"
}