forked from kitspace/kitspace
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
78 lines (78 loc) · 2.39 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
{
"name": "kitspace",
"version": "1.0.0",
"repository": "git@github.com:monostable/kitspace",
"description": "",
"main": "",
"devDependencies": {
"autoprefixer": "^6.6.1",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.3.13",
"babel-register": "^6.3.13",
"babelify": "^7.3.0",
"better-assert": "^1.0.2",
"browserify": "^13.1.0",
"eslint": "^3.3.1",
"eslint-plugin-react": "^6.1.2",
"glob": "^7.0.5",
"globule": "^1.0.0",
"html-to-react": "^1.2.2",
"htmltojsx": "kasbah/react-magic#escape-chars",
"http-server": "^0.9.0",
"jsdom": "^9.4.2",
"jszip": "^3.1.1",
"marky-markdown": "kasbah/marky-markdown#fix-default-anchors-2",
"mocha": "^3.4.2",
"ninja-build-gen": "^0.2.1",
"node-sass": "^4.0.0",
"postcss-cli": "^2.6.0",
"prettier": "^1.10.2",
"ramda": "^0.23.0",
"reactify": "^1.1.1",
"semantic-ui-css": "^2.2.4",
"source-map-support": "^0.4.0",
"uglifyify": "^3.0.1",
"uglifyjs": "^2.4.10"
},
"scripts": {
"watch": "./scripts/watch",
"start": "./scripts/get_boards && npm run serve & npm run watch",
"update-reg": "./scripts/update_registry",
"plug-reg": "./scripts/plug_versions",
"serve": "http-server build/",
"lint": "eslint src",
"fmt": "prettier --write configure *.js src/**/*.jsx src/**/*.js src/**/*.scss tasks/**/*.js"
},
"author": "Kaspar Emanuel",
"license": "CPAL-1.0",
"dependencies": {
"1-click-bom": "https://github.com/kitspace/npm-1-click-bom",
"babel-polyfill": "^6.13.0",
"browser-version": "^1.0.0",
"gerber-to-svg": "^4.0.0-next.13",
"github-url-to-object": "^2.2.6",
"html-to-react": "^1.2.2",
"immutable": "^3.8.1",
"js-yaml": "^3.3.1",
"lodash.camelcase": "^4.3.0",
"lodash.throttle": "^4.1.1",
"pcb-stackup": "^4.0.0-next.13",
"react": "^15.3.0",
"react-dom": "^15.3.0",
"react-double-scrollbar": "^0.0.15",
"react-helmet": "^5.2.0",
"react-hyperscript-helpers": "^1.1.0",
"react-markdown": "^2.4.2",
"react-responsive": "^1.2.5",
"react-router": "^3.0.2",
"react-search-input": "~0.10.1",
"redux": "^3.6.0",
"redux-immutable": "^4.0.0",
"rst2mdown": "^0.1.0",
"semantic-ui-react": "^0.67.1",
"superagent": "^3.3.1",
"whats-that-gerber": "^4.0.0-next.13",
"xml-element-string": "^1.0.0"
},
"sasslintConfig": "./src/.sass-lint.yml"
}