-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.09 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
{
"name": "rockact-yep-react",
"version": "0.2.0",
"main": "index.js",
"publicPath": "/",
"scripts": {
"start": "rocketact-scripts start",
"build": "rocketact-scripts build",
"ts-check": "tsc --project tsconfig.json && tslint --config tslint.json --project tsconfig.json"
},
"repository": {
"type": "git",
"url": "git repo url"
},
"author": "author <[email protected]>",
"license": "ISC",
"browserslist": [
"> 0.5%",
"last 2 versions",
"Firefox ESR",
"not dead",
"ie >= 9",
"iOS >= 8"
],
"devDependencies": {
"@types/react": "^16.4.7",
"@types/react-dom": "^16.0.6",
"autoprefixer": "^9.3.1",
"babel-plugin-import": "^1.12.0",
"postcss-flexbugs-fixes": "^4.1.0",
"postcss-pxtorem": "^4.0.1",
"rocketact-plugin-polyfill": "^0.1.6",
"rocketact-plugin-yep-react": "^0.0.3",
"rocketact-scripts": "^1.0.0",
"tslint": "^5.12.0",
"tslint-config-prettier": "^1.17.0",
"typescript": "^3.2.2"
},
"dependencies": {
"@jdcfe/yep-react": "^1.0.1",
"react": "^16.7.0",
"react-dom": "^16.7.0"
}
}