-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.28 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
{
"name": "mockup",
"version": "1.22.4",
"main": "index.js",
"repository": "https://github.com/Yadoms/mockup.git",
"author": "Sylvain Gougouzian <sylvain.gougouzian@gmail.com>",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.0.0-0",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/preset-typescript": "^7.10.4",
"@fullhuman/postcss-purgecss": "^2.2.0",
"autoprefixer": "^9.7.6",
"babel-plugin-transform-class-properties": "^6.24.1",
"blockly": "^3.20200402.1",
"js-md5": "^0.7.3",
"less": "^3.11.1",
"parcel-bundler": "^1.12.3",
"parcel-plugin-imagemin": "^4.0.1",
"parcel-plugin-static-files-copy": "^2.3.1",
"postcss": "^7.0.30",
"postcss-import": "^12.0.1",
"postcss-less": "^3.1.4",
"postcss-modules": "^2.0.0",
"postcss-nested": "^4.2.1",
"postcss-preset-env": "^6.7.0",
"pug": "^3.0.1",
"typescript": "^3.9.2"
},
"scripts": {
"dev": "parcel src/index.pug --open",
"build": "parcel build src/index.pug --out-dir docs --public-url \"./\""
},
"dependencies": {
"masis": "^2.1.1",
"parcel-plugin-clean-dist": "^0.0.6",
"resize-observer": "^1.0.0",
"tailwindcss": "^1.4.6"
},
"staticFiles": {
"staticPath": "src/static",
"watcherGlob": "**"
}
}