forked from LoopringSecondary/loopring.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·50 lines (50 loc) · 1.34 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
{
"name": "loopring.io",
"version": "1.0.0",
"description": "Loopring.io",
"dependencies": {
"@icedesign/base": "^0.2.3",
"@icedesign/container": "^0.1.2",
"@icedesign/layout": "^0.1.2",
"@icedesign/menu": "^0.1.0",
"@icedesign/skin": "^0.1.0",
"enquire-js": "^0.1.3",
"node-sass": "^4.9.2",
"prop-types": "^15.6.2",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-router-dom": "^4.2.2"
},
"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",
"gh-pages": "^1.2.0",
"ice-scripts": "^1.6.0-next.3"
},
"scripts": {
"start": "ice dev",
"build": "ice build",
"deploy-gh-pages": "gh-pages -d build",
"lint": "eslint . --ext '.js,.jsx' --fix"
},
"publishConfig": {
"registry": "http://registry.npmjs.com",
"access": "public"
},
"buildConfig": {
"theme": "@icedesign/skin",
"entry": "src/index.js",
"localization": true
},
"scaffoldConfig": {
"name": "ice-creator-landingpage",
"title": "ICE Creator LandingPage",
"screenshot": "https://img.alicdn.com/tfs/TB1WcWtqMmTBuNjy1XbXXaMrVXa-2840-1596.png"
},
"title": "loopring-io"
}