-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
46 lines (46 loc) · 1.37 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
{
"name": "Arnaud-Rocca-Portfolio-2016",
"version": "1.0.0",
"description": "Arnaud Rocca creative developer and student at Gobelins Paris.",
"main": "src/scripts/main.js",
"scripts": {
"start": "webpack-dev-server --progress --colors --hot --inline --config webpack.config.js",
"build": "webpack --progress --colors --config webpack.prod.config.js"
},
"author": {
"name": "Arnaud Rocca",
"url": "http://arnaudrocca.fr",
"mail": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/ArnaudRocca/portfolio-2016.git"
},
"homepage": "https://github.com/ArnaudRocca/portfolio-2016",
"license": "ISC",
"dependencies": {
"gsap": "^1.18.4",
"pixi.js": "^3.0.11"
},
"devDependencies": {
"autoprefixer": "^6.3.6",
"babel-core": "^6.8.0",
"babel-loader": "^6.2.4",
"babel-plugin-add-module-exports": "^0.1.4",
"babel-preset-es2015": "^6.6.0",
"clean-webpack-plugin": "^0.1.9",
"copy-webpack-plugin": "^2.1.3",
"css-loader": "^0.23.1",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"html-webpack-plugin": "^2.16.1",
"json-loader": "^0.5.4",
"postcss-loader": "^0.8.2",
"precss": "^1.4.0",
"style-loader": "^0.13.1",
"stylus": "^0.54.5",
"stylus-loader": "^2.0.0",
"webpack": "^1.13.0",
"webpack-dev-server": "^1.14.1"
}
}