-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.5 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": "dino-form",
"version": "0.0.8",
"description": "🤪React form solution! Use it to reduce duplicate code!🚀 https://codesandbox.io/s/23rl65mnzr\n",
"browserslist": [
"cover 99.5%",
"maintained node versions",
"ie 6-8",
"Safari >= 7",
"iOS >= 7",
"Firefox > 20",
"Chrome > 50",
"not dead"
],
"main": "lib/index",
"module": "es/index",
"jsnext:main": "es/index",
"scripts": {
"dev": "webpack-dev-server --config ./devServer.js --watch --open --mode development",
"build:es": "rm -rf ./es/* && BABEL_ENV=es npx babel ./src --out-dir ./es --source-maps inline",
"build:cjs": "rm -rf ./lib/* && BABEL_ENV=cjs npx babel ./src --out-dir ./lib --source-maps inline",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npm run build:es && npm run build:cjs",
"buildToTest": "npm run build && cp -rf /Users/gujiacheng/myobj/dino-form/es/* /Users/gujiacheng/obj/icare-magi/node_modules/dino-form/es && cp -rf /Users/gujiacheng/myobj/dino-form/lib/* /Users/gujiacheng/obj/icare-magi/node_modules/dino-form/lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gjc9620/dino-form.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/gjc9620/dino-form/issues"
},
"homepage": "https://github.com/gjc9620/dino-form#readme",
"devDependencies": {
"@babel/cli": "^7.2.0",
"@babel/core": "^7.2.0",
"@babel/plugin-proposal-class-properties": "^7.2.3",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/preset-env": "^7.2.0",
"@babel/preset-react": "^7.0.0",
"antd": "^3.12.3",
"antd-mobile": "^2.2.8",
"babel-eslint": "^10.0.1",
"babel-jest": "^23.6.0",
"babel-loader": "^8.0.4",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"css-loader": "^2.1.0",
"eslint": "^5.9.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.11.1",
"html-webpack-plugin": "^3.2.0",
"jest": "^23.6.0",
"mocha": "^5.2.0",
"node-sass": "^4.9.0",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-test-renderer": "^16.7.0",
"sass-loader": "^7.1.0",
"string-template": "^1.0.0",
"style-loader": "^0.23.1",
"webpack": "^4.27.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10"
},
"dependencies": {
"@babel/runtime-corejs2": "^7.2.0",
"raf-schd": "^4.0.0",
"react-motion": "^0.5.2"
}
}