-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.55 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
{
"name": "A1-136",
"version": "0.2.0",
"description": "A1-136 dependencies from NodeJS and other JS libraries",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "export NODE_ENV=production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/grvty-labs/A1-136.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/grvty-labs/A1-136/issues"
},
"homepage": "https://github.com/grvty-labs/A1-136#readme",
"devDependencies": {
"autoprefixer-loader": "^3.2.0",
"babel-core": "^6.16.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.16.0",
"babel-preset-es2016": "^6.16.0",
"babel-preset-react": "^6.16.0",
"breakpoint-sass": "^2.7.0",
"clean-webpack-plugin": "^0.1.10",
"css-loader": "^0.25.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"hopscotch": "^0.2.6",
"jquery": "^3.1.0",
"node-sass": "^3.9.3",
"normalize-scss": "^5.0.3",
"react": "^15.3.1",
"react-addons-css-transition-group": "^15.3.1",
"react-dnd": "^2.1.4",
"react-dnd-html5-backend": "^2.1.2",
"react-dnd-touch-backend": "^0.3.2",
"react-dom": "^15.3.1",
"resolve-url-loader": "^1.6.0",
"sass-loader": "^4.0.2",
"script-loader": "^0.7.0",
"source-list-map": "^0.1.6",
"source-map": "^0.5.6",
"style-loader": "^0.13.1",
"susy": "^2.2.12"
},
"dependencies": {
"webpack": "^1.13.2",
"webpack-bundle-tracker": "0.0.93"
},
"keywords": []
}