-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 817 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 817 Bytes
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
{
"name": "spectacles",
"version": "1.0.0",
"main": "index.js",
"repository": "git@github.com:hyperstudio/spectacles.git",
"author": "Peter Downs <peterldowns@gmail.com>",
"license": "MIT",
"dependencies": {
"annotator": "^2.0.0-alpha.3",
"babel-preset-stage-0": "^6.24.1",
"browser-request": "^0.3.3",
"jquery": "^3.2.1",
"js-cookie": "^2.2.0",
"moment": "^2.18.1",
"path": "^0.12.7",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"react-fuzzy-filter": "^3.2.0",
"react-tabs": "^2.2.1",
"sort-by": "^1.2.0",
"underscore": "^1.8.3",
"webpack": "^2.4.1"
},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.7"
}
}