-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
35 lines (35 loc) · 968 Bytes
/
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
{
"name": "oskar-division-items",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Oskar Risberg <[email protected]>",
"license": "MIT",
"devDependencies": {
"autoprefixer": "^6.3.3",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babelify": "^7.2.0",
"deepcopy": "^0.6.1",
"eslint-plugin-react": "^4.2.3",
"grunt": "^1.0.0-rc1",
"grunt-browserify": "^5.0.0",
"grunt-contrib-cssmin": "^1.0.1",
"grunt-contrib-less": "^1.2.0",
"grunt-contrib-uglify": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-env": "^0.4.4",
"grunt-eslint": "^18.0.0",
"grunt-lesshint": "^1.1.1",
"grunt-postcss": "^0.8.0",
"load-grunt-tasks": "^3.4.1",
"postcss-opacity": "^3.0.0",
"query-string": "^3.0.2",
"react": "^0.14.7",
"react-dom": "^0.14.7",
"xhr": "^2.2.0"
}
}