forked from orionsoft/parts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2.17 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
{
"name": "orionsoft-parts",
"version": "1.19.3",
"main": "index.js",
"repository": "http://github.com/orionsoft/parts",
"author": "nicolaslopezj",
"license": "MIT",
"scripts": {
"build": "rm -rf ./lib && babel ./src --out-dir ./lib && yarn run build-styles",
"build-styles": "find src/ -name '*.less' ! -name '*import.less' -exec lessc {} \\; > ./lib/styles.css",
"prepublish": "yarn run build",
"test": "exit 0",
"watch": "node watch.js",
"test-watch": "jest --watch",
"lint": "standard \"src/**/*.js\""
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "^10.0.1",
"babel-jest": "^23.6.0",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"colors": "^1.3.2",
"eslint": "^5.7.0",
"eslint-config-orionsoft": "^1.2.8",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-react": "^7.11.1",
"graphql": "^14.0.2",
"graphql-tag": "^2.12.6",
"jest-cli": "^23.6.0",
"less": "^3.8.1",
"react": "^16.5.2",
"react-apollo": "^3.1.5",
"react-apollo-decorators": "^2.0.2",
"react-dom": "^16.5.2",
"react-router-dom": "^5.0.1",
"react-select": "^2.1.0",
"simple-react-form": "^2.2.1"
},
"peerDependencies": {
"@apollo/client": "^3.0.0",
"graphql-tag": "^2.12.6",
"moment": "^2.17.1",
"react": "^16.8.1",
"react-apollo-decorators": "^1.4.28",
"react-dom": "^16.8.1",
"react-router-dom": "^5.0.0",
"react-select": "^1.2.1",
"simple-react-form": "^2.1.3"
},
"dependencies": {
"autobind-decorator": "^2.1.0",
"boron": "^0.2.3",
"lodash": "^4.17.11",
"object-path": "^0.11.4",
"prop-types": "^15.6.2",
"react-autocomplete": "^1.8.1",
"react-color": "^2.14.1",
"react-icons": "^2.2.7",
"react-ios-switch": "^0.1.19",
"react-notification-system": "^0.2.17",
"react-sortable-hoc": "^0.8.3",
"react-tooltip": "^3.9.0",
"react-addons-css-transition-group": "^15.6.2"
}
}