-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 1.02 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
{
"name": "pret-a-preact",
"version": "0.1.0",
"description": "Preact & Fela boilerplate powered by Webpack2",
"scripts": {
"build": "webpack --env.production --config ./config/webpack",
"start": "webpack-dashboard --minimal -- webpack-dev-server --config config/webpack",
"deploy": "surge build"
},
"author": "Efflam DANIEL <efflam.daniel@gmail.com>",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.23.1",
"babel-loader": "^6.3.2",
"babel-plugin-transform-react-jsx": "^6.23.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-stage-2": "^6.22.0",
"babili": "^0.0.11",
"clean-webpack-plugin": "^0.1.15",
"copy-webpack-plugin": "^4.0.1",
"html-webpack-plugin": "^2.28.0",
"sw-precache-webpack-plugin": "^0.9.0",
"webpack": "^2.2.1",
"webpack-bundle-analyzer": "^2.3.1",
"webpack-dashboard": "^0.3.0",
"webpack-dev-server": "^2.3.0"
},
"dependencies": {
"preact": "^7.2.0",
"preact-router": "^2.4.1",
"pret-a-porter": "^2.0.21"
}
}