-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
49 lines (49 loc) · 1.24 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
{
"name": "staw",
"version": "0.3.0",
"main": "dist/index.js",
"license": "MIT",
"author": "iq360",
"repository": {
"type": "git",
"url": "git+https://github.com/IQ-tech/staw.git"
},
"bugs": {
"url": "https://github.com/IQ-tech/staw/issues"
},
"scripts": {
"build": "npx webpack -p"
},
"homepage": "https://github.com/IQ-tech/staw#readme",
"peerDependencies": {
"react": "16.4.2",
"react-dom": "16.4.2",
"recompose": "0.30.0"
},
"devDependencies": {
"babel-core": "6.26.0",
"babel-loader": "7.1.2",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "6.20.2",
"babel-plugin-transform-react-jsx": "6.24.1",
"babel-preset-env": "1.6.0",
"babel-preset-react": "6.16.0",
"css-loader": "^0.28.10",
"css-mqpacker": "^6.0.2",
"eslint": "3.16.1",
"extract-text-webpack-plugin": "3.0.2",
"poststylus": "^1.0.0",
"rucksack-css": "^1.0.2",
"rupture": "^0.7.1",
"style-loader": "^0.20.2",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"webpack": "3.8.1"
},
"dependencies": {
"idempotent-babel-polyfill": "^7.0.0",
"react": "16.4.2",
"react-dom": "16.4.2",
"recompose": "0.30.0"
}
}