-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.44 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.44 KB
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
{
"name": "ompldr-web",
"version": "1.0.0",
"description": "Ompldr!",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/ompldr/web.git"
},
"scripts": {
"start": "parcel src/index.html",
"build": "parcel build src/index.html --public-url ./"
},
"license": "Apache-2.0",
"devDependencies": {
"@types/classnames": "2.2.3",
"@types/history": "4.6.2",
"@types/node": "9.4.6",
"@types/react": "^16.0.25",
"@types/react-dom": "16.0.4",
"@types/react-dropzone": "^4.2.0",
"@types/react-redux": "5.0.15",
"@types/react-router": "4.0.22",
"@types/redux-actions": "2.2.4",
"ajv": "^6.0.0",
"parcel-bundler": "^1.6.2",
"postcss": "^6.0.14",
"postcss-browser-reporter": "^0.5.0",
"postcss-cssnext": "^3.0.2",
"postcss-import": "^11.0.0",
"postcss-reporter": "^5.0.0",
"postcss-url": "^7.2.1",
"react-hot-loader": "^3.1.3",
"redux-devtools-extension": "^2.13.2",
"typescript": "^2.7.1"
},
"dependencies": {
"classnames": "^2.2.5",
"ompldr-client-js": "^2.0.0",
"raven-for-redux": "^1.2.0",
"raven-js": "^3.22.3",
"react": "^16.1.1",
"react-css-grid": "^2.0.0-0",
"react-dom": "^16.1.1",
"react-dropzone": "^4.2.8",
"react-fileupload-progress": "^0.4.1",
"react-redux": "^5.0.6",
"react-router": "^4.2.0",
"redux": "^3.7.2",
"redux-actions": "^2.2.1",
"redux-localstorage": "^0.4.1"
}
}