-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
138 lines (138 loc) · 4.65 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
{
"name": "vaxalui",
"version": "0.1.174",
"description": "Vaxal ui",
"main": "index.js",
"repository": {
"type": "git"
},
"keywords": [
"gulp",
"seed",
"boilerplate",
"kickstarter",
"ES6",
"6to5"
],
"author": "Rick Chen <[email protected]>",
"scripts": {
"lint": "eslint --ext .js ./src && tslint -c ./tslint.json './src/**/*.ts'",
"lint-fix": "eslint --fix --ext .js ./src && tslint --fix -c ./tslint.json './src/**/*.ts'",
"lint-all": "eslint --ext .js ./src ./test ./internals && tslint -c ./tslint.json './src/**/*.ts'",
"lint-all-fix": "eslint --fix --ext .js ./src ./test ./internals&& tslint --fix -c ./tslint.json './src/**/*.ts'",
"build": "cross-env NODE_ENV=production gulp library:build",
"start": "cross-env NODE_ENV=development gulp library:watch:dev",
"test": "eslint --ext .js ./test/library && cross-env NODE_ENV=test mocha --require ./test/babel-register.js './test/library/**/*.spec.js'",
"test-watch": "eslint --ext .js ./test/library && cross-env NODE_ENV=test mocha --watch ./test --watch-extensions js,ts --require ./test/babel-register.js './test/library/**/*.spec.js'",
"storybook": "start-storybook -s ./public,./static -p 9001 -c .storybook --ci",
"build-storybook": "build-storybook -c .storybook -o .out"
},
"license": "MIT",
"engines": {
"node": ">=10.0"
},
"dependencies": {
"@emotion/react": "^11.0.0",
"animated-number-react": "^0.1.1",
"clsx": "^1.1.1",
"gsap": "^3.5.1",
"react-awesome-reveal": "3.3.1",
"react-gsap": "^2.2.1",
"react-helmet": "^6.1.0",
"react-scrollmagic": "^2.2.0",
"react-visibility-sensor": "^5.1.1",
"react-youtube": "^7.13.0",
"uuid": "^8.3.0"
},
"peerDependencies": {
"@material-ui/core": "^4.7.1",
"@material-ui/icons": "^4.5.1",
"@material-ui/lab": "^4.0.0-alpha.34",
"@material-ui/pickers": "^3.2.8",
"@material-ui/styles": "^4.7.1",
"classnames": "^2.2.6",
"clsx": "^1.0.2",
"jss": "~10.0.0-alpha.16",
"jss-rtl": "~0.2.3",
"moment": "^2.22.2",
"prop-types": "^15.7.2",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react-jss": "~10.0.4",
"react-swipeable-views": "^0.13.3",
"react-swipeable-views-utils": "^0.13.3"
},
"devDependencies": {
"@babel/core": "^7.4.0",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/plugin-proposal-object-rest-spread": "^7.4.0",
"@babel/preset-env": "^7.4.3",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.3.3",
"@babel/register": "^7.4.0",
"@date-io/moment": "1.3.7",
"@material-ui/core": "4.7.1",
"@material-ui/icons": "4.5.1",
"@material-ui/lab": "4.0.0-alpha.34",
"@material-ui/pickers": "3.2.8",
"@material-ui/styles": "4.7.1",
"@storybook/addon-actions": "^5.3.17",
"@storybook/addon-info": "^5.3.17",
"@storybook/addon-knobs": "^5.3.17",
"@storybook/addon-options": "^5.3.17",
"@storybook/addon-viewport": "^5.3.17",
"@storybook/react": "^5.3.17",
"axios": "^0.19.0",
"az-gulp-env-lite": "git+https://github.com/xtforgame/az-gulp-env-lite.git#v2.0.0-alpha.1",
"babel-eslint": "^8.2.6",
"babel-loader": "^8.0.5",
"babel-plugin-module-resolver": "^3.1.1",
"chai": "^3.5.0",
"classnames": "^2.2.5",
"copy-webpack-plugin": "^4.5.2",
"cross-env": "^3.1.4",
"css-loader": "^1.0.0",
"downshift": "^1.31.12",
"eslint": "^7.10.0",
"eslint-config-airbnb": "^17.0.0",
"eslint-config-airbnb-base": "^13.0.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.9.1",
"file-loader": "^2.0.0",
"google-libphonenumber": "^3.1.5",
"gulp-typescript": "^5.0.1",
"html-webpack-plugin": "^3.2.0",
"i18next": "15.0.4",
"ignore-styles": "^5.0.1",
"jsonpointer": "^4.1.0",
"jss": "10.0.0-alpha.16",
"jss-rtl": "0.2.3",
"mocha": "^5.2.0",
"moment": "^2.22.2",
"prop-types": "^15.7.2",
"raw-loader": "^0.5.1",
"react": "^16.8.2",
"react-beautiful-dnd": "^11.0.5",
"react-dom": "^16.8.2",
"react-i18next": "10.2.0",
"react-image-lightbox": "^5.1.0",
"react-jss": "10.0.4",
"react-number-format": "^3.5.2",
"react-swipeable-views": "0.13.3",
"react-swipeable-views-utils": "0.13.3",
"recompose": "^0.26.0",
"rimraf": "^2.5.4",
"sinon": "^4.3.0",
"style-loader": "^0.23.0",
"tslint": "^5.16.0",
"tslint-config-airbnb": "^5.11.1",
"tslint-react": "^4.0.0",
"typescript": "^3.4.4",
"validator": "^13.1.17",
"webpack": "^4.19.0",
"webpack-bundle-analyzer": "^3.0.2",
"webpack-cli": "^3.1.0"
},
"false": {}
}