forked from etalab/agd.data.gouv.fr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 843 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
{
"name": "agd.data.gouv.fr",
"version": "1.0.0",
"description": "Le blog de l'AGD",
"main": "index.js",
"scripts": {
"copy:assets": "copyfiles node_modules/template.data.gouv.fr/dist/* assets/",
"copy:scss": "css-variables-to-sass node_modules/template.data.gouv.fr/src/css/theme.css -o _sass/_theme.scss",
"build": "yarn run copy:assets && yarn run copy:scss"
},
"repository": {
"type": "git",
"url": "git+https://github.com/etalab/agd.data.gouv.fr.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/etalab/agd.data.gouv.fr/issues"
},
"homepage": "https://github.com/etalab/agd.data.gouv.fr#readme",
"dependencies": {
"template.data.gouv.fr": "^1.0.0"
},
"devDependencies": {
"copyfiles": "^2.0.0",
"css-variables-to-sass": "^0.0.1-alpha.2"
}
}